.
Hello!
i would need to clear if this would be possible before i start with chronoforms:
formA:
datefield1
datefield2
1)submitA ...genereates a http get request (in new browser window) to another domain with variables (hidden+date converted vals) maybe with a php file (header location) or javascript(without cors, jsonp more like a redirect)
2)submitB...redirects to formB with
datefield1+2 prefilled
other fields
other fields
any hints what would be working, links to recherche, i would be totally thankful.
greetings
Hello!
i would need to clear if this would be possible before i start with chronoforms:
formA:
datefield1
datefield2
1)submitA ...genereates a http get request (in new browser window) to another domain with variables (hidden+date converted vals) maybe with a php file (header location) or javascript(without cors, jsonp more like a redirect)
2)submitB...redirects to formB with
datefield1+2 prefilled
other fields
other fields
any hints what would be working, links to recherche, i would be totally thankful.
greetings
Hi mdma,
Yes this is possible. Hard to give you specific advice though.
The Submit B option looks like a Multi-Page form might do what you need.
The Submit A Option you can do either either with Custom JavaScript directly from Form A, or you can submit normally, use an Event Switcher action to check with button was used, and use a ReDirect action if it was button A.
Bob
Yes this is possible. Hard to give you specific advice though.
The Submit B option looks like a Multi-Page form might do what you need.
The Submit A Option you can do either either with Custom JavaScript directly from Form A, or you can submit normally, use an Event Switcher action to check with button was used, and use a ReDirect action if it was button A.
Bob
thank you alot !
for Submit B i have to say FormA(sidebar) is in another hemplate position than fullformB(article)
so maybe i have to make post request to other form?
for Submit B i have to say FormA(sidebar) is in another hemplate position than fullformB(article)
so maybe i have to make post request to other form?
This topic is locked and no more replies can be posted.