Add custom fields
Adding custom fields


- Third: displayed as 3 on a row

Displayed as:
- E-mail: The Input Email object represents an HTML <input> element with type="email".
Displayed as:

- Number: The Input Number object represents an HTML <input> element with type="number".
Displayed as:
- Password: The Input Password object represents an HTML <input> element with type="password".
Displayed as:
- Search: The Input Search object represents an HTML <input> element with type="search".
- Text: The Input Text object represents an HTML <input> element with type="text".
- URL: The Input URL object represents an HTML <input> element with type="url".
Displayed as:

The <input type="radio"> defines a radio button.
Radio buttons are normally presented in radio groups (a collection of radio buttons describing a set of related options). Only one radio button in a group can be selected at the same time.
Note: The radio group must have shared the same name (the value of the name attribute) to be treated as a group. Once the radio group is created, selecting any radio button in that group automatically deselects any other selected radio button in the same group. You can have as many radio groups on a page as you want, as long as each group has its own name.
Note: The value attribute defines the unique value associated with each radio button. The value is not shown to the user, but is the value that is sent to the server on "submit" to identify which radio button that was selected.
Displayed as:
Type: Select
The <select> element is used to create a drop-down list.
Displayed as:
Type: Textarea
The <textarea> tag defines a multi-line text input control.
Displayed as:
Type: WYSIWYG
An editing interface which resembles how the page will be displayed in a web browser.
The <time> tag defines a specific time ( or date time ).
Displayed as:
Type: Date
The <input type="date"> defines a date picker.
Displayed as:
Type: File
The <input type="file"> defines a file-select field and a "Browse" button for file uploads.
Displayed as:
Type: Link
The <link> tag defines the relationship between the current document and an external resource.
Displayed as:
Type: Button
The <button> tag defines a clickable button.
Displayed as:
Type: Tags
Displayed as:
Type: Slider
Displayed as:
Type: Google Map
HTML Google Map is used to display maps on your webpage when you have the location enabled.
How to delete a custom field?
Go on the page where you added the custom field, scroll down until you find it and delete it by clicking twice the ‘ – ‘ button > Update.
Important information: When you remove "layouts" from your "Post New or Edit Job/ Post new or Edit Request" page, please make sure the last "layout" has the "Width" set to "Full" or "Half Solo" .