Add a space between two fields in a form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2012 06:29 AM
Can we add a space between two fields in a form. Please see in the attached image
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2012 06:46 AM
You can use a form annotation (and a little HTML) to do this. Add a 'Text' form annotation where you want the space to be. Then enter the following code for the text...
<p></p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2015 12:58 AM
Hi,
Did somebody try this recently? I want to add space between two fields in the form and following before mentioned lines, I have created an annotation field (text), but when trying to add the html lines there, the field automatically disappear.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2015 01:00 AM
Sorry, the new added lines there <p> </p> disappear. Is like it doesn't accept HTML code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2015 02:14 AM
Hi Pablo,
A quick and easy workaround will be, add any field on the form that you dont have to actually display on the form, say 'active', between the fields where you want the Gap.
And on a simple onload client script/ui policy write this
g_form.setVisible('active', false); //put the appropriate field name