I have a form with a country select. The form should be extended with new input fields depending on the selected country.
Most of the tutorials i found on google are for ajax submits after filling a forum.
Can somebody recommend a tutorial/howto on howto extend a form via ajax on a select change?
Use something like this. Of cousre
url,country_data, andcustom_partmust be handled according your app. And the returned data comes from your app, better without layout, only the part what you want to add.