• Resolved candacedown

    (@candacedown)


    Working on a site with a guestbook, and we are having issues with form submission. I have tried different settings, turning off plugins, and changing the theme, but nothing works to our satisfaction

    ajax turned on and name, email, and city inputs marked as mandatory (our preferred setup): form wont submit because all mandatory inputs are empty error (even though they have a value)

    ajax turned on and no inputs marked as mandatory: form submits but does not save name, email, or city

    ajax off and name, email, and city inputs marked as mandatory: form wont submit because all mandatory inputs are empty (even though they have a value)

    ajax off and no inputs marked as mandatory: form submits and saves all input data

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi Candace,

    I can imagine you got stumped ??
    The thing is that the url is set to https in your WordPress settings, while the form is being sent from http. If you browse the website from https it does work correctly.

    I will see what I can do here to make this work even if this is not consistent.

    Thread Starter candacedown

    (@candacedown)

    That did the trick! Thank you for the quick response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mandatory inputs always register as empty’ is closed to new replies.