Category "forms"

Hide default value in form Ruby

I have a form and when I set a value, the value is displayed in the field, how to not display the value but keep the existing values when submitting the form: H

Redux -Having a 404 errror and state.category.push(action.payload) not a function error

I'm getting a 400 client error and saying state.category.push is not a function and the current state is pending. I will be happy if someone helps me out on thi

Form.io form builder how to emit or submit data

I am building a dynamic drag and drop form builder and i cant find a way to console log out the data of the form. here is the form component.html in which i am

WP contact form 7: get current date value to populate an input field

Using contact form 7 on my website, would like to retrieve the form submission date as an input value to use in "Jetpack CRM" for a custom field. I want to avoi

Very strange behaviour of a post request using CLI vs Browser

I am creating a very silly login system for a LAN. I was so far just testing with CLI requests before writing the frontend. Now I have both. I am logging the pa

Handle File Upload type based on button click in Controller - MVC 5

Is there any way to handle uploading file type based on button clicked in MVC 5 Controller. Currently what is happening is all buttons redirect to same page. Al

Nested FormGroupDirective in child components

There is a problem with FormGroupDirective dependency injection. I have an example of relation component to each other: <app-component-group> <child-

CSS display change AND redirect in a text input field

I am working on a form which should redirect the user to a different page based on what they input in the text field but I also want to display hidden div style

Select in form - Problem mapping through options, cannot read properties of undefined (reading 'map')

I am creating a SELECT inside a form in which I need to map through an object (I know mapping through an object instead of an array might be a problem). I am us

React MUI - form returns an variable that does not exist

Full code I have a part of the form that should be filled with data and be editable at the same time (it is the Update of the CRUD). The object is initialized w

how to reveal/unrveal password inside input in Data Driven Forms (it npm react package)?

I have a custom form imported from node_module as import FormRenderer from "@data-driven-forms/react-form-renderer/form-renderer"; this form requires schema in

How to make Dropdown with input field in django form

I am a noob to django and python 😥 I have a django form, it needs a dropdown menu with input field to enter the text which is not listed in dropdown. Is

Calculate with minus/plus buttons

(Edit : up) First I'm a JS beginner. I need to make a calcul using both input type number and plus/minus buttons linked to it (to replace spinners on smartphone

Angular dynamic forms project migration - 'input' has no initializer and not constructor, another error of Type T | undefined

Angular dynamic forms project migration - error of Type T | undefined I've been looking for an example project for building angular forms based on JSON datasets

C# - DataGridView ComboBoxCol Displaying Ghost Text of other Cells - Windows Form Application

As you can see in the image below the combobox col of the datagridview is displaying ghost images of text from higher rows. If you move the cursor over the text

Drupal9: Saving form as node in SQL (custom module example)

i develop a custom module with forms to save data in SQL-Datebase. I want to use for that the node-structure. Normal SQL-savings for example table works but not

Warn user before leaving web page with unsaved changes

I have some pages with forms in my application. How can I secure the form in such a way that if someone navigates away or closes the browser tab, they should

How to stop this fieldset from overflowing its container?

I have a css&html only form with multiple fieldsets on codepen, however only this fieldset with the <textarea> is overflowing on resizing the window.

Live Server Extension - Not working after adding forms

I'm using Live Server extension in Visual Studio Code and it's working perfectly. But whenever i try to add a form for example with the following structure:

Django forms not valid

I am using custom django forms. It seems that my form is not valid. I can't find the error. Could you help please?? signup.html`