Hi,
I need to have absolute urls and when I changed this setting in the plugin, Chronoforms keeps trimming the domain.
Where can I canhe this to always get absolute urls in the html code?
Thanks for your help.
Anyone?
TinyMce being the default and unchangeable editor, I am quite stuck here.
Thanks.
Hi faraon,
I don't think that there is anything in ChronoForms that will change a URL. Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Hi Bob,
Thanks for the reply, it is actually not even at the form level, but straight before I save. TinyMce converts always full urls to relative ones. I add a url with domain, then click on html to verify the resulted code and it has been trimmed... See attached.
Thx.
Hi faraon,
Hmmm odd. I think that the simplest solution is to switch from the Easy Wizard to the Default Wizard by changing the setting on the form General tab. Then you will have a plain textarea available that you can add your own HTML to.
Bob
Hi Bob,
I changed to default wizard and now the urls seem to remain, only problem is that it creates what seems to be a debug page instead of a confirmation message even though, and I checked, the debug option is off.
Any idea?
Thanks
Regards.
Hi faraon,
There's a Debugger action on somewhere? Have you deleted or disabled it in the On Submit event of the form?
Bob
Where else should I look for it (attached)
Hi faraon,
Down at the bottom where it says 'Debugger', in CFv4 you have to delete the action.
Bob
Perfect works great now!
Thank you Bob.