Unset post variables after form submission

前端 未结 10 1160
礼貌的吻别
礼貌的吻别 2020-12-10 14:19

Is there a way to do the above? Basically, I don\'t want the form to be submitted again if someone presses refresh after already submitting the form once. In which case the

10条回答
  •  离开以前
    2020-12-10 15:03

    Instead, you could use a captcha such as Recaptcha that doesn't allow post submission without doing the captcha. This is what I used and it works perfectly.

提交回复
热议问题