by KELVIN | Jul 12, 2024 | Dashform
Submission PDF: As a form owner, you can view all submissions to a form. Also, along with viewing the submission, you can download the submitted value as a PDF. Downloading as PDF Go to “View Form submission.” There, you’ll see an option to “Download PDF.” Click on it...
by KELVIN | Jul 12, 2024 | Dashform
Pre-Fill forms from URL parameter in Dashforms Generator: Dashforms generator supports prefilled forms based on URL parameters. Steps to generate URL to pre-fill form values: Go to the edit form for which you want to generate URL. In the edit form, click on the form...
by KELVIN | Jul 12, 2024 | Dashform
Password-Protected Forms: Password protection for forms is a crucial feature that helps prevent misuse. It ensures that only visitors with the correct password can access and submit the form. Steps to enable password-protected forms: Click on the Add/Edit form Inside...
by KELVIN | Jul 12, 2024 | Dashform
Form Callback Functions Form Submitted callback: Function: mpfg_form_submittedThis function is called after the form is validated as valid and before the request is sent to the form-generator server to save the data in the database. Example:function...
by KELVIN | Jul 12, 2024 | Dashform
Adding Custom Attributes Custom attributes add attributes to the <form> HTML tag. Using it requires a bit of technical knowledge. Most users will never need this; it is just used rarely. Adding custom attributes to forms Go to the add/edit form, And do as given...