Converting "Full Name" into First / Last Name Fields | Community
Skip to main content
February 4, 2015
Question

Converting "Full Name" into First / Last Name Fields

  • February 4, 2015
  • 7 replies
  • 2681 views
I came across this post and I'm having issues with implementation:

http://developers.marketo.com/blog/add-a-full-name-field-to-a-marketo-form/

First, I already had a "Full Name" field used for something else, so I needed to create new field named "Lead Full Name" (leadFullName). 

In step 2, the post mentions "In the Javascript, change the “splitFullName” configuration to contain the 3 field IDs."

I converted everything that says "fullName" to "leadFullName", but other than that I'm not sure what I'm supposed to change...any thoughts, community?!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

7 replies

February 5, 2015
I think the blog post is referring to changing the parameter values in the last line to match your field names in Marketo:
splitFullName("firstName","lastName","fullName");

For example:
splitFullName("name of your first name field","name of your last name field","name of your full name field");
February 5, 2015
Thank you for the response! I too thought that is what it meant, but I still can't get it to work.

I replaced all instances of fullName and replaced it with leadFullName since that was the field I manually created.

This is the page I was attempting:

http://get.zenefits.com/request-demo/

This is an embedded version of the form, but I have tried on both embedded and not embedded pages and haven't been able to get it to function as described.

Thanks for the help!
February 5, 2015
I am not sure. I'll ask the author of the post to advise here. 
February 6, 2015
Thank you...I would love to get this to work!
February 16, 2015
One last desperation jump here, Murtza. Were you able to get in touch with the original poster?
February 17, 2015
I'll ping the author again. 
February 17, 2015
Hi David,

I will be happy to assist with any questions you have.

Feel free to post it here or email me to: ycalisar@marketo.com

Yanir.
August 19, 2015

Hello,

Was this issue every resolved - I am in the process of trying to implement this solution and would like to know if there are any updates.

August 19, 2015

Hi Abdallah,

I have updated the blog post back then and it should work properly now.

Let me know if you have any further questions.

Yanir.