Questions tagged [forms]
Interface elements that allow a user to input data.
154 questions
0 votes
1 answer
38 views
How should I include an external contact form service in my website privacy policy?
I have a small static website I wrote myself, used only to show my business and present a contact form for customers to contact me. I store no cookie, no analytics, no database and store no ...
0 votes
0 answers
31 views
Tracking quiz submission on Squarespace website using Google Tag Manager
I am trying to create a GTM tag and trigger that tracks submissions whenever someone completes a quiz on a Squarespace website. Because this quiz is powered by another domain known as tryinteract.com, ...
2 votes
1 answer
174 views
What's the origin of "A sequence has been discovered that could indicate a hacker attack. Your request can not be processed." error message?
I'm working on a website for client that is setup on Joomla. While testing various forms, I noticed the following message on white background after submitting any of them with various data: A ...
0 votes
1 answer
264 views
Is there anything wrong with using a form select element for navigation?
I mean, I'd like to use a <select> list of options, and change document.location with javascript based on the selected option. I'd use it for product categories navigation. I already use it that ...
2 votes
2 answers
4k views
How to get hCaptcha work with contact form 7 (WordPress)?
I don't manage to get hcaptcha to work with Wordpress contact form 7 forms: I have created an account and site at hcaptcha, then installed the hcaptcha plug-in according to the guide at https://...
1 vote
1 answer
90 views
Browser behavior using HTTPS protocol for a login form
It is known that: In HTTPS, the communication protocol is encrypted using Transport Layer Security (TLS) or, formerly, Secure Sockets Layer (SSL) (Source) My question is: having a simple HTML login ...
1 vote
0 answers
27 views
Capture Source (From Google Ads) In the Form
I have a client who wants to know (based on an actual form submission) when a client came from a Google Ad conversion. I have everything wired up properly (GA4 > Google Tags > Google Ads) so ...
0 votes
0 answers
19 views
Firewall/browser extension removing user information from POSTed form?
I have a web form that requests basic user information such as user name, address and email from the user. The form has basic JavaScript validation to make sure the user provides the required ...
3 votes
0 answers
83 views
reCAPTCHA v3 Dropping Form Submission Redirects
I have the forms on a site that I manage configured to redirect to https://example.com/thank-you/?foo upon submission. The site uses Gravity Forms. My confirmation settings are like this: When I ...
1 vote
0 answers
150 views
Multistep form with squarespace
I am trying to build a form with squarespace. Form should have multiple steps and be in modal (overlay). After form is filled, there is a JSON with list of items, which should be filtered against ...
1 vote
1 answer
134 views
Stop forms creating duplicate entries
So, I've a website that, once you're logged-in, uses a form to let you post a thing. (I'm using PHP/MySQL under the hood, but it's not that important here). The trouble is that when they post the ...
3 votes
1 answer
254 views
Form submission tag not fired
I want to create a goal from google tag manager and link it to google analytics goal event then link it to google ads for Target CPA. I added all images here. I don't know which part I did wrong (...
6 votes
2 answers
2k views
Does a contact form need to ask the user for explicit permission to be GDPR compliant?
I have read about GDPR compliance for forms, and from my understanding a contact form is compliant if it has: A tick box (unchecked) clearly saying we will contact you back regarding your query OR if ...
2 votes
0 answers
60 views
Are the advantages to uploading files in a form one at a time rather than all when the form is submitted?
I have a form in my application where user can drop some files (images, csv, or other file types.) My current flow is: User drops the file I read the File and show an preview User Submit the form I ...
1 vote
0 answers
17 views
Could it hurt SEO to remove a WordPress plugin that lists all categories using a <select> dropdown?
I'm redesigning WP Site and there's a plugin listing all categories in select box. The option code looks like this: <option class="level-0" value="2926">AAA</option> ...