SOLVED

Form fields not populating with data

Go to solution
Anonymous
Not applicable

Hey,

We have built a pretty standard form on submission the form is failing to capture 'first name' 'last name' and 'email address'. I haven't experienced this with any of other forms. Has anyone experienced a similar issue? The data shown in the form completed screenshot should also be updating to the contact record as a new contact, but as you can see below it is updating as an anon lead.

Screenshot 2018-09-03 21.55.40.pngScreenshot 2018-09-03 21.44.28.png

Cheers Dave

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

This appears to be a referral form in progress.

It has the fields

     leadReferrerFirstName

     leadReferrerLastName

     leadReferrerEmail

     etc.

View solution in original post

6 REPLIES 6
SanfordWhiteman
Level 10 - Community Moderator

but as you can see below it is updating as an anon lead.

By the way, this isn't an anonymous lead.

If it results from a form post, it's a lead without an email address. Which means, unlike with an anonymous lead, you'll pay for it as part of your subscription -- leads are not required to have non-empty email addresses in order to be full-fledged records in your database.

SanfordWhiteman
Level 10 - Community Moderator

You need to provide a link to your live form. It is not possible to troubleshoot a screenshot.

Anonymous
Not applicable

Hi Dave

Can you share the screenshot of the form in edit mode?. Check the type of form fields type (for name fields it should be text type and for email ID it should be email address) , also try checking the JS of the form

Thanks

Prithvi

Anonymous
Not applicable

Thanks Prithvi - you will find the form on this page...

brew.williamswarn.com/Friend-Referral-Offer.html

SanfordWhiteman
Level 10 - Community Moderator

This appears to be a referral form in progress.

It has the fields

     leadReferrerFirstName

     leadReferrerLastName

     leadReferrerEmail

     etc.

Anonymous
Not applicable

Hi Sanford - you are absolutely right. I've totally overlooked that....thank you.