Hi, In a call Ayax I want pass only the value of dropdown selected. So I select in Ajax Data scope the container that contain this dropdown,
but the url is always
http://gp.ciaocioa.com/en/?chronoform=fe-home-page&gact=ajax&tvout=view&gpage=ajax_call_images
while I aspected
http://gp.ciaocioa.com/en/?chronoform=fe-home-page&gact=ajax&tvout=view&gpage=ajax_call_images&id_galleria=1126
So I could use Custom URL Parameters in Call Ayax, but I'm sorry, how code or shortcode I use to insert dropdown selected?
Thank You for reply.
but the url is always
http://gp.ciaocioa.com/en/?chronoform=fe-home-page&gact=ajax&tvout=view&gpage=ajax_call_images
while I aspected
http://gp.ciaocioa.com/en/?chronoform=fe-home-page&gact=ajax&tvout=view&gpage=ajax_call_images&id_galleria=1126
So I could use Custom URL Parameters in Call Ayax, but I'm sorry, how code or shortcode I use to insert dropdown selected?
Thank You for reply.
The whole form data is sent if you do not use the scope, they are "posted", so you can use {data:field_name} in the other page to get the value of any field!
You need to login to be able to post a reply.