I want to make an open "other" field in an HTTP radio form like in the following picture. is it possible? i had in mind something like this: class="text"><
I created a display page using php where all users records are displayed in a table and there are delete and edit buttons to manage users, for the delete option
I am creating a login form and want to clear the form when form submitted.I am using react hook form ,here are my codes.. const onSubmit = (data) => { co
My aim: I have a subform in a form and I want to pick up the value of one field in a user selected record in the subform and populate a field in my form using t
I am trying to make a button that saves form data on a file and redirects you afterwards, but although the save function works just fine, the redirection doesn
I have created a form by wrapping a column widget in Form() as so Form( key: formKey, child: Column( children: [ But when I try to set fina
First of all, i need to create a cookie with a values that are in a form, and a lot of values are in a radio input type, but i ran into a problem with creating
I set up my Laravel 8+ application on Heroku.com. Almost everything works perfectly, but when I try to register/login I got the "419 | Page Expired" error. I am
I want to create a form in symfony with a double checkbox, in mode You approve the privacy policy or you don't approve the privacy policy. []I approve the priva
I have reviewed tonnes of articles and all solutions only update the visually displayed value as opposed to the actual value within the input tag itself. When I
On Angular, I am trying to validate email using following regex - ^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.
I have built an HTML form to search through a .csv and return all entries that match the specific input string. My aim is to be able to search through a .csv an
How would I make my program check if a certain application like "notepad" has focus and ultimately open my second form when it does have focus, closing that sec
I am trying to implement a hamburger menu. My expectation is when I will click on hamburger menu then the whole screen will contain only hamburger menu and ther
in the process of adding a sign up form to a website. The form will have first name, last name, and email text fields. I want the form to also have a text strin
So far, this is the button click event to instantiate the other form of the button. It pops up the other form—but the first form is still in the backgroun
I have a form with three input elements. I want to run my validate function when the last input element is not equal to null. Any ideas please. Here's the code
I am trying to do the discounted price logic Discount price should have the default value of actual price , because 0% discount means the discount price is same
I'm learning React and starting with handling state in a CRUD form via the useState Hook. Something like this: const [data, setData] = useState({}); where data
Our team is currently implementing some UI/UX improvements to standardize how a user saves/cancels any changes made while editing data in our app; and I've got