On Submit event before the Thank You message action

babu65 05 Jun, 2014
Hi to all
I need add Google conversion tracking, but I've a problem because when I use the wizard edit appears as follow:

Your form types is “Custom” and so you can NOT add/edit the form fields (code) in the wizard, any fields you add here will NOT be saved.

PLS can indicate me how must do?

Thanks in advance
GreyHead 05 Jun, 2014
Hi babu65,

That message only applies to the HTML elements on the Preview tab. The other tabs, including the Actions tab should work as normal.

Bob
babu65 05 Jun, 2014
Hi Grey,
many thanks for your reply.
I’ve temporary turn on wizard instead custom but the realy problem that I’ve is I need put a AdWords code conversion in to my form but I’ve tried as you explain in this post http://www.chronoengine.com/forums/posts/f2/t93164/how-do-i-add-google-adwords-to-an-existing-form.html?hilit=adwords+code
But I’ve an error as you can see on the right of the screenshot attaced
I’ve tried put a Load JS function the following code before thanks message , but don’t work.
May be I can’t understand realy what you have means for You can add a Load JS action into the On Submit event before the Thank You message action.
Any suggestion?
The code is
<!-- Google Code for Conversioni Conversion Page --> <script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 968975721;
var google_conversion_language = "en";
var google_conversion_format = "2";
var google_conversion_color = "ffffff";
var google_conversion_label = "1oxQCN-_tQkQ6cqFzgM"; var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript"  
src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt=""  
src="//www.googleadservices.com/pagead/conversion/968975721/?label=1oxQCN-_tQkQ6cqFzgM&guid=ON&script=0"/>
</div>
</noscript>
GreyHead 06 Jun, 2014
Hi babu65,

The code on the right is from the ChronoForms Debugger, delete the debugger action and it will go away.

You can drag a Load JS action into the On Submit event of your form, then drag it up before the Thank You message.

Bob
babu65 06 Jun, 2014
Hi Bob,
thanks for you reply.
Now it’s all ok I've deleted the debugger action, so all ok.
Have a nice week end
This topic is locked and no more replies can be posted.