How To Send Data from app To Webiste?

I want to select state from app and send it to website and also for button like user click on button on app it login in website

You can use javascript in webview component.
For button click code
Button by id :
document.getElementById(‘btnid’).click();

Button by classname :
document.getElementByClassName(‘btnClass’).click();

For fill data in website input :
document.getElementById(‘inputId’).value = “Enter your Text”;

and for THIS
image

can you share blocks for this
https://checkpost.parivahan.gov.in/checkpost/faces/public/payment/TaxCollection.xhtml#

For select and submit button

Website isn’t opening

its working fine

https://checkpost.parivahan.gov.in/checkpost/faces/login.xhtml#
Check this
On top left click border tax payment
then Tax payment
Then the page opens That page

Not working for me. Maybe Ip issue i am from pakistan

Edited: working with VPN

ha thats why not opening

if worked with vpn then send the blocks

You can make a list the name of State Names in your app
and than run javascript when click any item from list.

set item in dropdown label code is :
document.getElementById(‘ib_state_label’).textContent=“GOA”;

Thankyou, let me try this

1 Like

by the way is there any video for this ? to explain

I think there are no videos.
But you can try .its easy

1 Like

You can use this same method for all drop down list.