Apply a theme to the form
- Create a form and navigate to design section.
- Click on
Add new theme
.
- Fill in the theme name.
- Upload a logo and save the theme.
- Apply the theme to the form.
- Verify the newly created theme was applied to the form.
Demo video
Download submissions
- Create a form and add a star rating, opinion scale and matrix fields.
- Publish the form and make a submission.
- Navigate to the submissions tab.
- Click on the view button of the submission.
- Download the submission as a PDF.
- Verify the contents of field elements in the PDF.
Demo
Pre-fill form using URL parameters
You can learn more about URL parameters here
- Create a form and add a star rating, opinion scale and matrix fields.
- Edit the name, options and field values of each of the field element.
- Publish the form.
- Open the form with the URL containing the URL parameters of eery field element as shown in the video.
- Verify the form is prefilled with the values specified in the URL.
Note: Ensure that the URL parameters are not hardcoded. Instead encode the parameters to the URL.
Demo video