Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
2 answers
79 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
1 answer
628 views

They decimalPad keyboard does not have a return button. So I like to include one using the keyboard toolbar. But how can you create a Submit Button? struct ContentView: View { @State private var ...
Mark's user avatar
  • 18.4k
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,748
0 votes
0 answers
22 views

I'm writing some automation script to click a button (which directs the browser to another page), but having problem getting the script to work. Note that there is no unique id to get element for. The ...
Kaico's user avatar
  • 1
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
2 votes
1 answer
118 views

I have a form with multiple buttons which submit the form to different controller actions. This works fine for <g:actionSubmit, but I would like to use <button type="submit" so I can ...
zack's user avatar
  • 3,198
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
1 vote
0 answers
1k views

Hi I'm trying to verify my organization developer account on google play console, I have all the necessary documents but after filling the forms and uploading all the document, the submit button is ...
PHITGHANA's user avatar
0 votes
2 answers
463 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
0 answers
60 views

The submit button is supposed to allow me to press it after I type something in the text field. However, It just stays greyed out. Any suggestions? document.addEventListener("DOMContentLoaded", () ...
starzeta's user avatar
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
0 votes
2 answers
1k views

I've been looking for different solutions on the site, but none seem to work for me. I need to trigger a submit button with Enter keypress event and mouse click, in order to fetch data from a weather ...
Iared's user avatar
  • 1
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
33 views

Its a simple form with a action that should go to the "nextPage.html". it only has 1 input which is a checkbox and a submit button. const form = document.getElementById('form') const ...
PTV's user avatar
  • 3
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
1k views

I am new to this and I could use some help. I am creating a very simple form in which a person will enter data in 4 cells, then press a Submit button for this info to be recorded in a different sheet. ...
JohnnyMelou's user avatar
0 votes
1 answer
236 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
0 votes
1 answer
5k views

I'd like to keep the submit button in my form disabled until the values of the each input are at least one character, not including white space. I tried using trim() and it seems to work until I click ...
Victor 's user avatar
  • 403
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
101 views

I need CSS code to restrict submit button if fields are empty.Daily we are receiving 3-5 blank inquiries through our WordPress landing page submit button. Where to put these CSS codes if any. Thanks
Mohammad imran's user avatar
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
-1 votes
1 answer
41 views

this is part of my code: Degree: <script> function F2(){ var y = ...
user avatar
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
1 vote
0 answers
430 views

The below code contains the data that will be displayed in react table format. Here Sometimes I am getting intermittent issue while saving the data. The save button will be enabled only once we do any ...
Nausheen Khan's user avatar
0 votes
1 answer
441 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
0 votes
0 answers
119 views

Currently, I have a modal popup that has various fields, including dropdown lists . The submit button is enabled when either of these fields is selected or populated. I have recently added a slide-...
Destiny's user avatar
  • 27
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
1 answer
2k views

I’m trying to allow a user to specify connection values to connect to a mosquitto broker via a Angular Material Dialogue Modal though a form, instead of hard coding values into the app.module.ts. So ...
SneakyShrike'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
-1 votes
1 answer
130 views

I'm building a simple chrome extension. In it, I'm trying to make the submit button in a form redirect the user to a different page after submitting the form but I can't get it to work. I have tried ...
Christian Bernal's user avatar
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
0 votes
1 answer
684 views

I am trying to submit a form into DB Browser Sqlite. I've created a table. I am able to store the data into Sqlite. However, once I add in a function to execute a cofirmation popup box in submit ...
Elton Tan's user avatar
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
49 views

I have created a form whose method is "POST" and action is "#", indicating to send the data to the same page. Now after submitting the form, A second form appears below which ...
Sudipto DasGupta's user avatar
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
144 views

I can't seem to detect a button press in cakephp4. In cake3 it was easy. In Form I have: echo $this->Form->button('View Data', [ 'name' => 'viewdata', 'type' => 'submit', '...
atown99's user avatar
  • 109
0 votes
1 answer
275 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
0 votes
1 answer
594 views

I have a form to which radio inputs are generated using js code. But when I try to submit the form, the selected value is not being sent to servlet and I am getting null pointer exception. onMyPage....
Vikas's user avatar
  • 21
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
0 votes
2 answers
217 views

how can i have a submit button which actually is in form and submits the data, here problem is if i move the submit button inside the loop it comes up with every input field requested, how can i stop ...
user avatar
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
1 vote
1 answer
358 views

I am starting now in this whole world of development and I created a PHP file with some HTML included. in the beginning, the file was called index.html, but then I started using PHP in the file so I ...
Bernardo Raposo'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
0 votes
0 answers
586 views

Submit button doesn't submit out of a sudden in ASP.NET MVC when creating a new user when it worked previously. It did not show any invalid input or valid input. I'm not sure where the problem went ...
iwanttopassmyfyp'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
1 vote
3 answers
1k views

I am using Angular8 with Reactive form. Initially I'm disabling the Submit button until the entire form is filled with valid data. <div> <form> ........... </for> <...
Unknown Coder'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
2 answers
506 views

I am new to react, and I am having trouble trying to make the input field clear automatically after clicking the submit button. I believe that I have made the component a fully controlled one by react,...
user10995546's user avatar
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
0 votes
1 answer
891 views

I am trying to disable the form Submit button until the required fields are filled. However my code does not seem to be looping properly through the condition as any input enables the submit button. ...
coolps811's user avatar
  • 323

1
2 3 4 5
7