All Questions
18,657 questions
0
votes
0
answers
59
views
JQuery Validation is not properly validating
I am adding jQuery validation (Laravel) in my form, but the validation is not working for clone fields. I am just writing here required code.
after clicking on AddNew button, the question field ...
-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 ...
1
vote
2
answers
60
views
Binding Value after Jquery gives Id value
I have a jQuery function that is giving an id a value in my <EditForm>. This value is populating in my <InputText> but when saved doesn't bind to the variable(ex @bind-value="...
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
0
answers
43
views
Submitting a form via JScript not working
I am trying to automatically save an HTM form when the user clicks a link. I am detecting that they have clicked on a link and that data in the form has changed. I am also asking them if they want ...
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 ...
1
vote
1
answer
48
views
Post a form via jquery from a same page where url is slightly changed but working on one url and refreshes the page on other url
I'm facing a weird problem where I have to reach a form page via two methods: create and edit. When posting from the create URL, the same form works perfectly, but whenever I post via edit or re-...
0
votes
1
answer
46
views
Auto Populate table rows with input fields after change the input value of one field
I want to auto populate table rows with input fields on changing value of one input field.
Expected Code
<label>Total Seats</label>
<input type="text" name="...
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 ...
1
vote
0
answers
35
views
Validation in multistep form with jquery steps not working while skipping steps
I have a form with 7 steps and there are validation in each step.
onStepChanging and onFinishing logics are as following:
var form = $("div#wizard").show();
var formWizard = $("#form1&...
-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
0
answers
32
views
Why form request not getting sent when using jQuery submit() method in Firefox (works ok in Chrome)?
Hi following is a portion of HTML on a webpage:
<form id="sitemap_diff" action="/sitemaps/generate_sitemap_diff" method="get">
// more HTML elements here
<...
1
vote
0
answers
88
views
Rearranging fields in my MemberPress form also duplicates them
I want to modify my MemberPress registration form field order. I want email to be at the top rather than down below the username field where it sits by default.
I'm using this code in my child theme's ...