You are viewing limited content. For full access, please sign in.

Question

Question

How to break down an address inside of forms

asked on August 28, 2019

We are needing to create a form which contains an address. The address needs to have separate fields for House Number, Direction, Street Name, Suffix, City, State, and Zip. How can I create this? I see there is already and address in forms but the House No is not separate. Any help would be great!

Thanks

0 0

Answer

SELECTED ANSWER
replied on August 29, 2019

You could also use: 

.TwoPerLine{display: inline-block; width:47%;}

.TwoPerLine .cf-medium {width:97%;}

With the CSS class TwoPerLine of the fields you wish to place together.

1 0

Replies

replied on August 28, 2019

The built-in address field can't do this. You would have to piece together your own by using multiple single line fields.

0 0
replied on August 28, 2019

Thank you! Do you know if there is a way to place two single lines side by side.

0 0
replied on August 28, 2019

There are many posts that cover this scenario. Give this one a try.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.