Is there a way to place some of the fields side by side rather than one on top of the other?
I have tried very hard to figure this out myself but getting nowhere. Appreciate any help!
I am so far guessing that I need to add or change something in the FormBuilder XML for the form? I have no idea what or where to place it however.
Code: Select all
</field>
<field id="218"
type="FileUploadField"
validation_type=""
order_by="92"
required="1"
hide_label="0"
display_in_submission="1">
<field_name><![CDATA[Social Security Card or U.S. Passport]]></field_name>
<options>
<option name="max_size"><![CDATA[]]></option>
<option name="permitted_extensions"><![CDATA[]]></option>
<option name="show_details"><![CDATA[]]></option>
<option name="allow_overwrite"><![CDATA[]]></option>
<option name="remove_file"><![CDATA[]]></option>
<option name="file_destination"><![CDATA[/mnt/data0/apache_vhosts/californiaschooloflaw.com/uploads]]></option>
<option name="field_alias"><![CDATA[]]></option>
<option name="css_class"><![CDATA[]]></option>
<option name="helptext"><![CDATA[]]></option>
<option name="javascript"><![CDATA[]]></option>
<option name="field_logic"><![CDATA[]]></option>
<option name="file_rename"><![CDATA[]]></option>
<option name="suppress_filename"><![CDATA[]]></option>
<value><![CDATA[]]></value>
</options>
</field>