Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
2 answers
76 views

I have the following form: <form id="chatForm" name="chatForm" action="{{url_for('home.invoke')}}" method="post"> <div id="message-box&...
khteh's user avatar
  • 4,280
0 votes
0 answers
30 views

I wrote an input form that has input elements with the required attribute set. So when pressing an <input type="submit" /> button, empty fields (and other violations) are complained ...
U. Windl's user avatar
  • 4,738
0 votes
0 answers
22 views

I wrote a working html file, and I want to send the information to a PHP, but the format is wrong, and I don't know how to fix it. I'm also new to this too. This is the html and I'm pretty sure it ...
Shafiek Petersen's user avatar
0 votes
1 answer
53 views

I have an HTML page where users choose files and upload them to a URL through pressing a submit button. This button redirects the user to the URL while also submitting the file to the URL. Currently, ...
bowlingh23's user avatar
0 votes
2 answers
460 views

I'm new to C# and HTML and trying to write an expiration date calculator for our labs using Blazor. I have the logic all figured out behind the output besides the specific date format according to the ...
Sahar's user avatar
  • 13
0 votes
1 answer
334 views

I have a simple html file on an IIS server that asks a user to enter a code: <form action="educational_page.html" onsubmit="myFunction()"> Enter CODE: <input type="...
Bruce's user avatar
  • 81
1 vote
2 answers
2k views

Below is a submit button on the page I am trying to test. When you click this button, a pop-up window is displayed. The URL of this pop-up is https://login.microsoftonline.com/........etc. This sign ...
user9847788's user avatar
  • 2,458
0 votes
1 answer
1k views

When users click submit, I've coded an error message to appear under each input field that is missing a value using DOM selectors. I also disabled the email file that opens when submit is clicked, ...
Harry C's user avatar
0 votes
1 answer
234 views

I tried to send "price" by clicking on the button to MongoDB. the backend works fine because I'm able to store data via postman, the React Code: import axios from "axios"; const ...
Vahid Afshari's user avatar
1 vote
0 answers
111 views

I'm really beggining with php but have a little of experience programming in C. So was trying to make two labels options to add one of each category, finally show the results with a submit button. But ...
Joel's user avatar
  • 11
1 vote
1 answer
605 views

I want to update a value of an object nested in array after choosing new date from select button and then submiting it in order to change it. The button (select) is nested with a rendered array object ...
P H's user avatar
  • 137
0 votes
2 answers
2k views

I'm experimenting with some web test automation. For practicing I took Sause demo site It has login button defined on page as <input type="submit" class="submit-button btn_action&...
Aleks Lee's user avatar
  • 136
0 votes
1 answer
440 views

I developed a website that contains submit buttons that are linked to other pages on my website. I used the action attribute for the links, but it happens that GitHub doesn't support action attributes ...
Nasr Al_aghbari's user avatar
2 votes
3 answers
5k views

I have a form with method Post and action with URL, when I click button to submit, after submitting, it gets refreshed. I want to prevent from being refreshed. I used: onsubmit=";return false&...
Anonymous Girl's user avatar
2 votes
2 answers
2k views

Basically I want to know that how to build code snippet so that when a user input text and click on the submit button. Automatically add https:// as prefix and .com as suffix and build a valid urls ...
Ashish's user avatar
  • 41
0 votes
1 answer
695 views

I need to know if 'input submit button' is clicked. I tried following php codes, and clicked a save_progress button, but it echos 'EMPTY'. Would you please let me know how to know it the button is ...
isbe's user avatar
  • 253
1 vote
0 answers
2k views

So I have the gravity forms in a popup modal called #learn-more. But when the user clicks submit on the Gravity Forms form, the modal closes without any visible message (if the modal button is clicked ...
Amber's user avatar
  • 11
0 votes
1 answer
630 views

onclick event <button type="submit" value="submit" class="login100-form-btn" onClick="this.validate-input"> Create Account </button> and <button ...
Pancham Jain's user avatar
0 votes
1 answer
271 views

I have a task to edit one of our older companny asp.NET MVC app, where we uploading files using flash (uploadify) to this times. But now, we want to use Blueimp jQuery-File-Upload basic plugin. ...
Blaato's user avatar
  • 129
1 vote
0 answers
804 views

I'm developing an HTML page that accepts the date value as input and needs to display the data in a table based on the dates. On page load, I'm displaying the Date field and Submit button. On click of ...
Thra's user avatar
  • 87
1 vote
0 answers
391 views

Working with a long form in Formik that needs Scrollview. Scrollview works for the form; however it will not render the submit button at the bottom of the form. Can I define the form with a container ...
markanthony's user avatar
0 votes
0 answers
77 views

I`m writing simple component on Angular. Basically this is input with two separate buttons (one for increasing other for decreasing number in input). Everything works fine, but my QA said that on ...
Stas Kondratyuk's user avatar
8 votes
2 answers
12k views

I have a razor page with a form and multiple submit buttons. with each button I want to start a different Post action in my codebehind file. so this is in my cshtml page: <form class="form&...
R. Warning's user avatar
0 votes
2 answers
417 views

I have created a form to enter name, email, website and message. After entering the details using submit button I want to reset all the fields. I don't know how to use control component. Please help.. ...
Perera's user avatar
  • 21
0 votes
0 answers
21 views

I've spent some time on trials and errors, and I can't figure out why the onchange in the script below is not firing when a user changes the selection in the form. Any help please? <form action=&...
ketazs's user avatar
  • 3

1
2 3 4 5
7