AMP Component Properties
If an element with AMP components is selected, the properties panel may display settings for these components.
AMP Forms
In Pixcraft Builder, you can create a form with the desired structure. To do this, click on the form element to edit its properties or click Add field to add a new form element.
To delete a form element, click the icon with dots and select "Delete Field".
Each form field requires the following settings:
- Label – the name of the field;
- Type – the type of the field: Input (text input), checkbox (multiple choice), radio (single choice), textarea (text area), select (dropdown menu);
- Values list – list of options (for checkbox, radio, select);
- Validation – validation method.
If the value doesn't match the validation rule, the submission will fail and the user will see an error message:- No validation – no validation;
- Required – field is required;
- Email – must match email format;
- Phone – must contain a specified number of digits;
- Equal to value – must match the specified value.