VoryTonaacini
New Member
I am using php to fill up a form. Now, it so happens that form is using ajax for many of its fields.e.g.select [country] (ajax will show drop-down filled with states for that country)select [states] (ajax will show drop-down filled with cities)select [city] (ajax will enable a submit button)If it is a simple html based form, it can be easily filled with cURL. But what if the form is using ajax to populate the drop-down fields.Thanks