• Hello CF7-Team,
    I found out that if I use a checkbox with a text, I can change the displayed text with google chrome temporarily (in the html coding). Of course it would go back to normal on refresh, and also isn’t displayed to others that way, BUT when I send the formular, it sends it with my temporarily via Chrome made changes.

    Is there a possibility to prevent that?

    Best regards,
    Lukas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @thalakus,

    See Custom validation.

    Best regards,
    Yordan.

    Thread Starter thalakus

    (@thalakus)

    Hello Yordan,
    the problem is another:

    If I go to the developer-tools and edit a check-box-label, that was originally like
    <input type=”checkbox” name=”auswahl[]” value=”Original 90€”>

    to

    <input type=”checkbox” name=”auswahl[]” value=”Original 999€”>

    it also sends that edited value in the form.

    Is there a option that I can use to prevent that?

    Best regars,
    Lukas

    Hello @thalakus,

    Did you read the post I left you above?

    There isn’t any option to prevent the checkbox editing from the frontend, but you can add a custom validation by comparing whether the data submitted through the form matches the values you want to protect.

    Best regards,
    Yordan.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CF7 edit protection’ is closed to new replies.