Forms: Changing standard Address field to Address line 1 and line 2

Anonymous
Not applicable

Forms: Changing standard Address field to Address line 1 and line 2

I am building a form and I noticed the standard Address field is a bigger box fit for 2 lines of text. This is throwing off the look of my form a bit. I was considering creating two fields instead, one for Address Line 1 (required) and one for Address Line 2 (optional). Is this something any of you have done, and how would you recommend I do it? Create custom fields for both new fields?

Thanks,

David

Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Forms: Changing standard Address field to Address line 1 and line 2

David,

You could create two custom fields, Address 1 and Address 2, and add them to your form. 

Then, create a Smart Campaign that listens for Form Fills where Address 2 is not empty. Then in the Flow steps, use a Change Data Value to change the value of Address to "{{lead.Address 1}}, {{lead.Address 2}}"