Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!

Input field sizing in form

Avatar

Level 2

I have created the 3 input field in form

This is my  code

<container colcount = "2" label="Show" type="frame">

    <input  xpath="@name" colspan="1" />

     <input xpath="@zipcode" colspan="2"/>

    <input  xpath="@state" colspan="2"/>

  </container>

I am getting the output as

form_stucture.jpg

But i need output like the First name should occupy only first column and zipcode and state should come in next consecutive rows

How can we attain this

0 Replies