- How to add a field option ?
You can use the type of field "User Consent private data" from the category "Content" : it is a checkbox. Then you can choose to have the filed mandatory if needed.
- How to have a field so the customer can upload a document ?
You can use the type of field "Upload File" from the category "Content". Then you can choose to have the filled mandatory if needed.
Liste of the fields per category :
Category |
Type of field |
VEHICLE |
dealer vehicle type (SELECT) |
| vehicle-car-plate-number (TEXT) | |
| vehicle-car-maker (SELECT) | |
| vehicle-car-range (SELECT) | |
| vehicle-car-energy (SELECT) | |
| vehicle-car-model (SELECT) | |
| vehicle-car-motorization (SELECT) | |
| vehicle-car-dimension (SELECT) | |
| vehicle-car-year (TEXT) | |
| vehicle-car-mileage (TEXT) | |
DEALER |
fitter (SELECT) |
CONTENT |
message (TEXTAREA) |
| subject (TEXT) | |
| newsletter (CHECKBOX) | |
| user-consent-private-data (CHECKBOX) | |
| description (DESCRIPTION) | |
| cust-text (TEXT) | |
| summary | |
| article | |
| upload-file (UPLOAD) | |
CONTACT |
customLink (EXTERNAL_BUTTON) |
| fullName (TEXT) | |
| firstName (TEXT) | |
| lastName (TEXT) | |
| email (EMAIL) | |
| phone (PHONE) | |
| address (TEXT) | |
| company (TEXT) | |
| postal-code (TEXT) | |
| location (TEXT) | |
| contactModes (RADIO) | |
| contactTimes (RADIO) | |
| district (SELECT) | |
| city (SELECT) | |
| city-text (TEXT) | |
| state-code (SELECT) | |
| state-code-customer (SELECT) | |
| state-name (SELECT) | |
| state-name-customer (SELECT) | |
| country-state (SELECT) | |
SERVICE |
service-type (SELECT) |
| service-auto (SELECT) | |
| service-tyre (SELECT) | |
CUSTOM |
cust-select (SELECT) |
| cust-checkbox (CHECKBOX) | |
| custom-param (TEXT) |
Some useful tags to add a link on a custom checkbox :
Code |
Function |
| <a href="https://www.url.com">text to display</> | link of the file to download/url of a site |
|
class="text-decoration-underline" or <u>text</u> |
underline the text |
| target="_blank" | open link in new tab |
| <b>text</b> | put in bold |
example :
Custom label |
Display on the website |
| Here is the text that I want to display : <a class="text-decoration-underline" href="https://www.google.com" target="_blank">Google</a> | |
| Here is the text that I want to display : <a href="https://www.google.com" target="_blank">Google</a> |
If you need to host a document or image in order to add a clickable link to a field, you can follow these instructions