๐๏ธ Overview
๐๏ธ Disable Autocomplete
Sometimes you may want to disable the autocomplete feature for a specific field. This can be done by setting the autocomplete attribute to off. This guide will show you how to disable autocomplete for a field in your form.
๐๏ธ Form Entry Notification Emails
Every time someone fills out a form, you can receive an email with the contents of the form entry. In fact, you can even use some advanced conditional logic to create rules like this:
๐๏ธ Setting Default Currency
By default, our form builder uses US Dollars. If you are in a different country, you likely want to accept payments in your currency.
๐๏ธ Accepting Signatures
<ReactPlayer url="https://vimeo.com/1019958420"
๐๏ธ Adding Forms via Block Editor
<ReactPlayer url="https://vimeo.com/515880809"
๐๏ธ Disable Cache on Payment Forms
<ReactPlayer url="https://youtu.be/Rdo_yXm0H1s"
๐๏ธ Required Fields
Sometimes you want to be sure that someone fills out a specific field on your forms. Luckily, you can easily set any field as a required field, and the user wonโt be able to submit the form entry unless the required fields are all completed. Hereโs how to set that up.
๐๏ธ Change Payment Status
Edit Form Entry Payment Status
๐๏ธ Sync Entries to Google Sheets
If you need to share form data with other people, a great approach is to sync the entries with Google Sheets and then share the spreadsheet with anyone who needs the data. This is great for event registrations in particular.