I've problems passing parameters to the form from content page using plugin.
I've read this topic:
https://www.chronoengine.com/forums/posts/t98524/passing-parameter-to-form-from-content-page-using-plugin.html
and I know that I can pass the parameters in this way:
{chronoforms5}formname&test=TestInProgress{/chronoforms5}
It works, but then if I add action to save on Google Drive, I have something like this:
{chronoforms5}formname&GSheet[test]=TestInProgress{/chronoforms5}
then the only parameter saved on submit is GSheet[test]... all the other parameters are empty...
Please note that the form works properly without the plugin (with the module)!
Should be a problem between GSheet and the plugin?
Thank you for your support
I've read this topic:
https://www.chronoengine.com/forums/posts/t98524/passing-parameter-to-form-from-content-page-using-plugin.html
and I know that I can pass the parameters in this way:
{chronoforms5}formname&test=TestInProgress{/chronoforms5}
It works, but then if I add action to save on Google Drive, I have something like this:
{chronoforms5}formname&GSheet[test]=TestInProgress{/chronoforms5}
then the only parameter saved on submit is GSheet[test]... all the other parameters are empty...
Please note that the form works properly without the plugin (with the module)!
Should be a problem between GSheet and the plugin?
Thank you for your support
Hi forus ,
Please drag a Debugger action into the On Submit event, then submit the form and copy and paste the debug results here.
Bob
Please drag a Debugger action into the On Submit event, then submit the form and copy and paste the debug results here.
Bob
Hi Bob and thank you for your answer.
I found a workaround by reading this FAQ:
https://www.chronoengine.com/faqs/70-cfv5/5259-my-form-doesn-t-submit-send-emails-save-records.html
In other words, I disabled Relative URL and it worked.
Then I found another better solution (for me): I enabled "Ajax submit", so that the URL remain the same (also if Relative URL is set to NO). It works better and for the moment haven't found any issues.
Thank you
I found a workaround by reading this FAQ:
https://www.chronoengine.com/faqs/70-cfv5/5259-my-form-doesn-t-submit-send-emails-save-records.html
In other words, I disabled Relative URL and it worked.
Then I found another better solution (for me): I enabled "Ajax submit", so that the URL remain the same (also if Relative URL is set to NO). It works better and for the moment haven't found any issues.
Thank you
This topic is locked and no more replies can be posted.