Aweber form integration not working

Hi

I’ve just published my site on the weblow hosting. The problem I’ve got is the request a call back form is not working. I’ve followed the instructions in this video:

http://forum.webflow.com/t/aweber-form-integration/8207

but when I click the submit button I get a message from aweber saying custom%20phone%20number is missing.

Here’s the aweber hiddent fields I have inside the embed html widget:

<input type="hidden" name="meta_web_form_id" value="2049108110" />
<input type="hidden" name="meta_split_id" value="" />
<input type="hidden" name="listname" value="birmingham_mb" />
<input type="hidden" name="redirect" value="http://www.birminghammortgagebroker.co.uk/thanks" id="redirect_e7caf989d18a1eda32b37a80a497ab61" />

<input type="hidden" name="meta_adtracking" value="Birmingham_Request_Call_Back_Form" />
<input type="hidden" name="meta_message" value="1" />
<input type="hidden" name="meta_required" value="name,email,custom Phone Number" />
<input type="hidden" name="meta_tooltip" value="custom Phone Number||Phone Number" />

Any help would be really appreciated. Share link below

Many thanks.

Share link

I found the problem, although there doesn’t seem to be a solution to it. When I create the form in aweber, name and email form fields are created by default. I then add the Phone Number and Please call me form fields. Aweber adds custom to these additional form fields in the name attribute. So phone number is called: custom Phone Number

The problem is that Webflow doesn’t appeart to allow you to change the name attribute, only the data-name attribute. And in any case, it hyphenates custom Phone Number to custom-Phone-Number, so aweber doesn’t recognize it anyway.

I’ll raise this as a feature request in a seperate thread.

Thanks

Graham

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.