• Resolved Vasja

    (@vasja1)


    Amazing plugin! It has everything I need. Actually, it may have too much. Is there any way to only add one field to the page? I’d just like to add an email field to the page and not the others. Also, is there any way to make fields not required? So when the user wants to write a message, but they don’t write their name, the form would still submit the data.

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author Jose

    (@giuse)

    Hi @vasja1

    you are the first one to make me think Essential Form is too bloated ??

    The current version doesn’t allow to have only the email field.

    You can make the Privacy Agreement checkbox not required with this line of code:

    add_filter( 'essential_form_agreement_checkbox_required', '__return_empty_string' );

    Unfortunately, you can’t do anything with the other fields.

    Have a great day!
    Jose

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.