Seeking help🙂
Recently I upgraded a server which included some legacy PHP code and also upgraded Wordpress and along with it, Chronoforms!
I've figured out how to import my CF5 forms, however, one form I had displayed the UI fields and then posted the results to a different page in Wordpress (a custom page where I'm generating some labels, etc.)
​
Unfortunately after the update, the form only submits to itself. I see this in the form (Chrome Inspector):
/shipping-label/?chronoform=label&gpage=submit
​
However, I need the form to post to /label-generator
Inside the form under the load actions unit settings shows this:
It looks like the action_url is referencing the old configuration from CF5, but why isn't it being reflected in the form view?
Is there some other setting I need to change or update to make CF7 post to a different URL. I've tried some Google searching and am coming up empty.
​
Thank you in advance for pointing me in the right direction.
Recently I upgraded a server which included some legacy PHP code and also upgraded Wordpress and along with it, Chronoforms!
I've figured out how to import my CF5 forms, however, one form I had displayed the UI fields and then posted the results to a different page in Wordpress (a custom page where I'm generating some labels, etc.)
​
Unfortunately after the update, the form only submits to itself. I see this in the form (Chrome Inspector):
/shipping-label/?chronoform=label&gpage=submit
​
However, I need the form to post to /label-generator
Inside the form under the load actions unit settings shows this:
{"page":"1","submit_event":"submit","form_method":"file","action_url":"\/label-generator","form_class":"chronoform","form_tag_attach":"","required_labels_identify":"1","relative_url":"1","ajax_submit":"0","add_form_tags":"1","xhtml_url":"0","uid":"0","_parent":"","_area":1,"name":"html_0","utype":"functions","behaviors":[],"type":"generic","info":{"name":"generic","title":"Generic Unit","icon":"box","desc":"","group":"Basic","order":0,"areas":[],"apps":["xforms"]}}
It looks like the action_url is referencing the old configuration from CF5, but why isn't it being reflected in the form view?
Is there some other setting I need to change or update to make CF7 post to a different URL. I've tried some Google searching and am coming up empty.
​
Thank you in advance for pointing me in the right direction.