Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

Radio button appearing unchecked after form submission even though controlled state shows it as checked

I have a weird issue with radio inputs. I have form in Next 15 (React 19) with a controlled state. The problem I'm having is that when I submit my form, the checked radio input is suddenly appearing ...
user28807939's user avatar
0 votes
0 answers
11 views

How do you set a content security policy in Apache to block form posts from all external sources?

I have a form that will accept a form post from self and external sources. How do I enter the correct syntax in Apache/2.4.29 (Ubuntu) web server to block form posts from all external sources? I have ...
Michael Bernardo's user avatar
1 vote
0 answers
21 views

In Django are updates of dict within a form class from a view persistent for all users? [duplicate]

I use Django 5.1.2 In order to clarify what my users need to do when my app serves them a form, I've added a dict to my forms called 'contents'. It contains a bunch of instructions for the template ...
vanderlove's user avatar
0 votes
1 answer
13 views

HTMX Django not activating on form fields

I have a form with 3 select options, when the user selects the first one i updated the second with htmx, when the used selects the second i would like to update the third the same way. However, the ...
Fernanda Correa's user avatar
0 votes
0 answers
37 views

Shopify Custom HTML Form to Google Firebase Flutter App Not Working

First, I'm really new at this. I have a very simple HTML form on a custom Shopify page: <form method="POST" action="https://fb-test.web.app:8080" id="myForm"> <...
APEGamer's user avatar
1 vote
1 answer
34 views

Web-scraping in R using rvest::session with no "submit"

I need to download pdf documents from this website: https://tealprod.tea.state.tx.us/Audit/Public/PDFViewer.asp. My code below selects the year from the first dropdown menu, which populates school ...
Chris's user avatar
  • 11
0 votes
1 answer
43 views

backspace and formatting in form input

Im working on a school project, creating a "webshop" (its just for practice - not real). Im trying to format the input for the users card number so that it looks like: 1234 5678 9101 1112. ...
Albertpinn's user avatar
0 votes
2 answers
43 views

How can I set form submit button to disabled until form is empty using useActionState hook?

I have a form in a React app. I am using the useActionState hook to manage form status. How can I set the submit button to disabled until the user enters something in the text input? By using the ...
Daniel Tahin's user avatar
0 votes
0 answers
14 views

RevalidatePath only fires once in server side action

So, I am very new to NextJS and I was building an app where a user can sign in and perform CRUD operations relative to the user or even the user himself. The architecture I was following (and I don't ...
Dimitris S's user avatar
-1 votes
0 answers
13 views

Contact Form 7 - Wordpress - Select Default or user selection not working in Dropdown [closed]

Without any changes to the form template, my dropdown are no longer functioning correctly. They populate with the correct options, however when a user selects an option, it does not populate the menu ...
Chris Metel's user avatar
0 votes
1 answer
17 views

Logic error: double click to transition to next step

I have a problem, I have a form of multiple steps. Between each step there is a Continue and Back button to transition back and forth between steps. However, for the Continue button, it requires ...
nikita's user avatar
  • 21
0 votes
0 answers
43 views

HTML form through Google Sheets automatically getting marked as read by Airmail

I'm not tech-savvy. I followed this tutorial to set up an HTML form through Google Sheets. For some reason, the emails are automatically marked as "read" by Airmail, and I have no idea why. ...
Stock Dizzle's user avatar
0 votes
0 answers
20 views

Angular Forms - No Data From Html Retrived

Hi there i have a problem with angular forms, i add simple list of forms to my html <div class="tasks-section"> <h2>Zadania</h2> <button type="...
Karol Wolny's user avatar
0 votes
0 answers
54 views

<textarea> tag is not rendered properly using CSS with IronPDF

I am attempting to convert an HTML form to a fillable PDF with IronPDF (IronPdf 2024.8.1.3) in Python (3.12.6). The HTML renders appropriately in Chrome. Tags other than the <textarea> tag ...
BalooRM's user avatar
  • 494
2 votes
1 answer
48 views

how can i extract the form information from a .mdb file?

I am after the form specification data - all the parameters you would type in in the design view for a form. I have used jackess to access the .mdb file. I fiddled with permissions on MSysObjects ...
Dave's user avatar
  • 73
-1 votes
0 answers
107 views

What's happened to formvalidation.io? [closed]

I've noticed that the front-end validation library we use formvalidation.io is down, including all documentation. Could anyone shed any light on the situation? I've searched the web including Reddit, ...
JoshDev's user avatar
0 votes
1 answer
39 views

Using server action useActionState hook in Nextjs

I have a sign in form that is calling a server action and I'm using useActionState to handle the state of the form but I am getting a typescript error Argument of type '(state: SignInFormInitialState, ...
Abdulbasit Yusuf's user avatar
1 vote
0 answers
35 views

Create Dropdown menu with Angular Signal with default value and an extra option

I am not sure what's the proper way to set up the drop drop down options. the code I have is not working. please help. this is angular 18. I have an array that is a computed signal, this is the ...
STH's user avatar
  • 123
0 votes
1 answer
16 views

How to clear form inputs in React after submission

I'm submitting data from my form to my email using emailjs service. However when i remove event.preventDefault() function in the formhandler function, no message or mail is sent to my email while the ...
alson's user avatar
  • 59
-1 votes
0 answers
43 views

Javascript works on second click but not the first

By Default the textarea = 'Test', If I change to 'Test1' and click on the "Send Email To Selected Merchants" the first time.. It still passes 'Test' in the out div, but then when I click on '...
Michael Peterson's user avatar
0 votes
1 answer
28 views

Django cant access variable from form created with ModelForm

I am trying to create a simple form based on ModelForm class in Django. Unfortunately I keep getting UnboundLocalError error. I checked numerous advises on similar issues, however it seems I have all ...
Broono's user avatar
  • 111
-1 votes
0 answers
66 views

problems with recaptcha V2 verification [closed]

I have a html / php contact form that apparently on the web side works correctly with Recaptcha v2, however **something is wrong with the server side verification because many bots pass the ...
Walys's user avatar
  • 1
1 vote
1 answer
25 views

ERROR TypeError: Cannot read properties of undefined (reading 'companyForm')

I'm trying to fetch data like boolean isCompany and Strings companyName and nip from users table from backend and set it as default in fields in the form. All other data are patched correctly. There ...
lordlaurent's user avatar
0 votes
2 answers
46 views

HTML form action - Login Page Validation in Django

I've a login page which takes Username, Email ID and Password. I check if these values are matching with database data in views.py file. If those three values are correct, that means, user already ...
Krishna 's user avatar
0 votes
0 answers
20 views

Unable to Login to Nextcloud Docker Deployment with Apache Behind Kubernetes Ingress

I am facing an issue with my Nextcloud setup running in a Docker container with Apache. It is deployed behind a Kubernetes Ingress, but after submitting the login form, I get the following error in ...
Andrej's user avatar
  • 27
0 votes
0 answers
33 views

Why login key is not being set inside PHP super global variable $_POST? [duplicate]

I am trying to understand how $_POST variable is being set when sending form data. I have understood for any variable to set inside $_POST, I must use the method post and all the form elements must ...
novice's user avatar
  • 518
0 votes
1 answer
66 views

Google Sheet Script Not Sending Email in Form Order & Bolding Text

I have a Google Form that is linked to a Sheet. I need an email sent with the form answers immediately after submittal of the form. I have a script that does that, but it does not send the questions/...
Heidi's user avatar
  • 11
0 votes
0 answers
12 views

ListBoxes on Outlook form are not editable

I am creating an outlook form. I have ComboBoxes and ListBoxes. The ComboBoxes are working fine. But the ListBoxes are not editable. I can't place the cursor into the box. Properties are ser as ...
Vince Taylor's user avatar
-5 votes
0 answers
38 views

Facing problems creating script on Apps Script for creating folders with upload images from Forms, renaming the folders with the first answer [duplicate]

guys! I'm pretty new to code.gs, and I need some advice to writing a script. My company needs to validate some customer information, and the criteria requires us to have photo evidence of said ...
Balcolm's user avatar
0 votes
0 answers
20 views

React - multiple form fields dependent button enabling

My React web app has the below layout in a page: a. Common “Info” section (form) at the upper half. b. Say 4 different “Details” tabs in the lower half. (Also forms) Now I have a button in a. that ...
AKira's user avatar
  • 1
-2 votes
0 answers
86 views

I was doing 2 CTF exercises from college and I reached a point where I can't progress anymore, if anyone can help me, I would be very grateful

"In this challenge, participants must investigate a fictional website in search of hidden information that will lead to the discovery of a flag. The main skill to be tested is the ability to ...
Ikki lol's user avatar
0 votes
1 answer
34 views

System.Windows.Form not populating variable on button press

The PS below is not populating the variable if a button is selected. However if the keypress 1-2 is selected the printer is selected. The pushbutton works on the button selection for the language ...
Vincent's user avatar
  • 25
-3 votes
0 answers
40 views

Js code is not fetching form repeater datas

I have a simple html website to make a quotations about tour service. I have this values vehicle 1-4 : - 115 Vehicle 5-12 : 125 ... Guiding 1-4 : 150 Guiding 5-8: 160 ... And a form repeater to add ...
JosePinheiro's user avatar
1 vote
1 answer
34 views

How to change the empty_label value in Django's ModelChoiceField?

In Django, I’m using a ModelChoiceField with the empty_label parameter to allow users to unselect a value in a dropdown. Here’s the code: department = forms.ModelChoiceField( queryset=Department....
Giorgi Khomasuridze's user avatar
0 votes
1 answer
20 views

Vue 3: Prevent Redundant Form Submissions When Resetting State Between Parent and Child Components

Issue: In a Vue 3 application, form submissions are being redundantly triggered. This happens even though @submit.prevent and event.stopPropagation() are used. The issue seems linked to the resetForm ...
smportis's user avatar
0 votes
2 answers
37 views

multiple submit buttons in an HTML form

Let's say you create a wizard in an HTML form. One button goes back, and one goes forward. Since the back button appears first in the markup when you press Enter, it will use that button to submit the ...
watertrainer's user avatar
0 votes
1 answer
46 views

"TypeError: Cannot read properties of undefined (reading 'puttit')"

so. i'm doing a web course's capstone project. for some reason whenever i submit my form it throws this at me (all ive edited is changing where it says my real actual name to 'siffrin', for privacy.) ...
Siffrin's user avatar
  • 23
1 vote
3 answers
104 views

Is it possible to animate a radio button on selection change without using JavaScript?

I'm making a selection bar for an app by using heavily styled radio buttons so I can make sure there can just be one element selected at a time and also using handy styling tricks so I had to code ...
Mart's user avatar
  • 45
0 votes
1 answer
41 views

TYPO3 form definition not found in frontend

TYPO3 v12 In my sitepackage I have defined a CustomFormSetup.yaml. In this configuration file I have defined an allowed extension path: TYPO3: CMS: Form: persistenceManager: ...
Stefan Padberg's user avatar
0 votes
0 answers
24 views

I'm having a lot of trouble differentiating formBuilder and formGroup

I'm studying a code in Angular and I have the following codes cadastro.component.HTML <form [formGroup]="addressForm" novalidate (ngSubmit)="onSubmit()"> <mat-card class=...
vinudev's user avatar
  • 57
0 votes
1 answer
35 views

Add vertical scroll bar to combobox Windows form Visual Studio Graphical Editor

So i am using the windows form graphical editor in Visual Studio 2022 using the .net framework. I have a list of data that i have put into the Items property for a ComboBox. I would like to have a ...
Alan Sanchez's user avatar
0 votes
0 answers
44 views

A required field, when out of view from the screen, is focused when it is not filled, but it doesn't show the message from html5

When the field is visible like the image below: Field visible The messages appears when I submit the form. But if the field is not visible like the image below: Field not visible The message does not ...
Damián Bicocchi's user avatar
0 votes
1 answer
46 views

Verify a text input's pattern does not conflict with the maxlength attribute

I am creating a dynamic form in which the user can define the inputs and its attributes. Two options available are to add a regex pattern and a maxlength attribute that the end user of the form must ...
JoeSWDataNet's user avatar
2 votes
2 answers
68 views

how to pass variables into userForm without public variables?

i have a form to select path. I need pass variables to form and then back. Is it possible without Public variables? (It works now with public variables). Or how write it down correctly? My try with ...
Pacho's user avatar
  • 21
0 votes
0 answers
20 views

How to use bpmn-io/form-js in vue

I've been trying to use the form schema generated from Camunda to create a form on my front-end. According to their own docs they use @bpmn-io/form-js to load the forms which is an open source project....
straptor50's user avatar
0 votes
4 answers
69 views

Need Regex Pattern for a form fieldin proper name

I want to create a HTML pattern for a field as (Display name). There isn't any more complex file, just a HTML file with one field. The requirements are: The starting character of the field can just ...
Cham's user avatar
  • 77
0 votes
0 answers
34 views

how do i resolve this Error 405 : method not allowed

db.py from flask import Flask, render_template, request, redirect, url_for, jsonify from flask_mysqldb import MySQL app = Flask(__name__) # Configure MySQL app.config['MYSQL_HOST'] = "localhost&...
Chacha's user avatar
  • 1
0 votes
0 answers
17 views

FormBuilderChoiceChip customization issues

I using package flutter_form_builder for forms and not getting how to customize these: options: const [ FormBuilderChipOption(value: 'Low', child: Text('Low')), FormBuilderChipOption(...
Dominik's user avatar
  • 41
1 vote
1 answer
16 views

Simfatic\FormHandler throwing library errors on Hostinger but not locally

So I'm using Simfatic\FormHandler to create a simple form that sends out an email, tested locally all works fine. I put the stuff on Hostinger and all of a sudden it's saying it can't find ...
bceballos's user avatar
0 votes
0 answers
33 views

useState vs useRef in terms of performance in React multi-input forms [duplicate]

When a state changes for one of the inputs, the whole page is not "rerendered", just that input field, right ? Would useRef give faster performance because there are no renders besides the ...
Matei Dumitrescu's user avatar

1
2 3 4 5
2274