All Questions
9,840 questions
-4
votes
1
answer
60
views
Triggering this file input with a button click doesn't allow images to attach [duplicate]
I am sure it is something simple that I am not understanding but I don't see the issue here.
In the code below I am using a button (#clickme) to trigger the file input (#image-input) to open a ...
0
votes
0
answers
78
views
Make a plain HTML Submit button active again through javascript of jquery
So I run a test website and have come across a unique issue. I have tests that will reload with a event.preventDefault(); so the page they are on does not reload, but the test question does. ...
0
votes
2
answers
63
views
How to generate possible results combinations from a multi-page form with multiple choice questions?
I've created a multi-page form (5 pages) - each page has radio inputs and only one selection can be made per page (all fields are marked as required). Most answers will be assigned a 'product', some ...
0
votes
0
answers
36
views
JS Conflict Between Custom Widget and Form Calendar Element
I made a widget to add a custom question to the source code from a form created by a drag and drop form builder (jotform) and it works inside a simple form.
However, when I add a jotform calendar ...
0
votes
0
answers
54
views
how to handle seperate FormData in the replicated form?
I am trying to creating a dashboard with panels of different sizes and re-arrange able according to the users will also the panel have different formData inside the same panel Form.
Expected : to get ...
-2
votes
1
answer
80
views
jQuery multiple forms. Need to catch $(this) forms 'on submit'
I have several forms on a page contain in widget like elements to upload images. There could be one, or there could be 10. Im trying to dynamically, individually catch that particular forms on submit. ...
0
votes
0
answers
56
views
Contact Form Error: Uncaught ReferenceError: validatetTextarea is not defined
At the bottom of the code, line 639
$('#form-submit').prop('disabled', false).attr("onclick", "window.location.href='#';");
Once # is replaced with any URL this error appears:
...
0
votes
2
answers
57
views
How to create an input field with a predefined format where users can only type in specific parts of the field
I have a basic HTML input field (for phone numbers), that currently lets the user type and submit whatever they want inside:
923-98-Ilovekittens :3
However, I want the field to look like this:
+1 (...
0
votes
0
answers
67
views
Refilling a form with saved user selection
In my application I have a form that initially has default values. The user can choose other selections in the form. The user can also save the selections into localStorage by clicking the Save ...
0
votes
1
answer
40
views
Saving data from an HTML form
I am trying to save data from an HTML form. I found this solution here on stackoverflow
I want to use the CacheData function (shown below) but when I run my code, I keep getting an error that ...
3
votes
2
answers
72
views
How can I populate Textfield using php ajax in each row of a table upon change of another textfield within the row
I have a javascript where upon click of a button a row with two cells is added to the table. One cell has a livesearch textfield and the another cell has a quantity textfield, whose value suppose to ...
0
votes
1
answer
58
views
How to Redirect Based on Form Input and Record Lead in Unbounce
I'm working on an Unbounce landing page and need some help with a form submission script. The goal is to redirect the user to a specific URL based on their input for the company_size field and ensure ...
0
votes
1
answer
40
views
Popup form not to reappear when page refreshes
I have a popup form that loads when the page first loads in the browser. User requires to complete the form, click submit and the form then closes. At the moment, if the page is refreshed, the popup ...
1
vote
1
answer
46
views
Jquery Ajax Post Alert is Noth Showing the Returned Data, it is showing the current page source
I am not getting the expected result when trying to post a form using ajax.
I have a simple form. I also have a jquery script to submit the form so I can try to pre-validate a captcha text box before ...
0
votes
4
answers
118
views
How to clear an input field on click?
I need to clear total number of devices input field once clicked on checkbox:
If I click on the checkbox Android a number of devices input field pops up then I select the amount of devices and total ...