Hello Pranav,
Thanks for your inputs.
I have tried with the code snippet provided. Here is my code.
<form:SimpleForm layout="ResponsiveGridLayout">
<form:content>
<Label text="First Name">
</Label>
<Input >
<layoutData>
<layout:GridData span="L2 M3 S10"/>
</layoutData>
</Input>
<Label text="Last Name"></Label>
<Input >
<layoutData>
<layout:GridData span="L2 M3 S10"/>
</layoutData>
</Input>
<Button text = "Submit">
<layoutData>
<layout:GridData span="L2 M3 S10"/>
</layoutData>
</Button>
</form:content>
</form:SimpleForm>
Output:
However, the output looks different w.r.to my requirement. Can you please help?
Also, what is meant by span="L2 M3 S10"? Can I give this inside <SimpleForm> tag?
Regards,
Faddy