Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

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