• I always use Forminator on every website I make, but usually for simple stuff, like contact forms. Recently though, I had to create a site that would allow people to enroll in a competition. This plugin was amazing, a lifesaver. I could:

    • Chose different input types,
    • Receive files (for documents) and chose the file type and size limit,
    • Instruct the calendar (that I used for collecting date of birth) to only show dates before today,
    • Only show some fields depending on previous answers,
    • Create invisible fields (that I used to make sure the competition category would be present on each submission without requiring anyone to fill out the answer),
    • Attribute one (or more) class(es) for each field to allow custom CSS formatting,
    • Attribute a query parameter to each field to allow auto fill with a value included in the form URL,
    • Export all submissions to a CSV file.

    The only functionality that was missing was the option to disable editing fields that were for auto filled via URL query parameter. This plugin only allows you to disable editing with different auto fill circumstances. So I used “pointer-events: none” on the Custom CSS, which I was able to do because the plugin allows you to attribute classes to fields.

    A HUGE thank you to the people who made all this possible!

    • This topic was modified 10 months, 1 week ago by verbis.
    • This topic was modified 3 months, 4 weeks ago by verbis. Reason: Typos
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘This plugin is an absolute lifesaver’ is closed to new replies.