Skip to main content

Questions tagged [forms]

A form is essentially a container that can be used to hold any amount of any subset of several types of data. HTML forms are used to pass data to a server. VB and C# forms are the windows used to interact with the user.

forms
0 votes
0 answers
4 views

Changes In [FromForm] in .net core 8 where JSON value is not being supported

we have a working .net core api which takes 3 values and processes the. You can see the screenshot below, which is having placeholder for all the fields.In The message field we were able to pass both ...
Nikhil Srivastava's user avatar
0 votes
0 answers
21 views

How to use MS Access button in Main form to update list box in Subform?

I am building a Microsoft Access database form that has a couple of subforms, each in their own tab in a tab control. I also have a list box inside one of the subforms that displays all records that ...
Zachary Leffel's user avatar
0 votes
0 answers
29 views

Why do different content appear under the same url in my php app?

So I've been building basic crud app using php and simple html. I noticed that when I remove element from database and redirect user to homepage everything seems fine, but when I click 'go back button'...
user25947831's user avatar
0 votes
0 answers
14 views

Trying to make a replica of the QBasic Gorilla game in C# Windows Forms. How to make the cube in the designer (banana) move with ballistics?

using System.Numerics; using System.Reflection; using static System.Windows.Forms.VisualStyles.VisualStyleElement; namespace gorilla { public partial class Form1 : Form { private ...
ksgq's user avatar
  • 1
0 votes
0 answers
9 views

Problem when trying to include Allauth form in django template

I have this custom form templates/account/signup.html {% load i18n %} <h2> custom {% trans "Sign Up" %}</h2> <form class="max-w-[500px]" method="post" ...
Michal Šanda's user avatar
0 votes
0 answers
15 views

My form is not working. How can I fix it?

I'm working a new portfolio with astro, which is being deployed in Netlify, and I have a contact page. The thing is that once I add all the fields and presses the submit button, the text I typed ...
aimarbusta's user avatar
0 votes
1 answer
39 views

What is a good way to create a FormGroup using the DRY (Don't Repeat Yourself) principle?

I'm not convinced by the way formgroups are created in Angular. I create forms like this: let form = this._formBuilder.group({ nameAditionalCtrl: [adicional.nameAditional, [Validators....
JJasinski's user avatar
-1 votes
1 answer
26 views

Not displaying the .success element after submitting the form

On submitting the form, the value of the display property is not changing to "flex" and the one of the form is not changing to "none" when the $_SESSION(['success']) is true. I ...
flexbeatz's user avatar
0 votes
1 answer
29 views

How to use array of objects for controls in Form Group

I need to dynamically create forms in Angular. I have the following model: values = [ { id: 14, group: 'basics', field: 'food', comment: 'Fine', }, { id: 15, ...
Hani October's user avatar
-2 votes
0 answers
43 views

form submitted but not getting email in php [duplicate]

What is the problem in coding. When I click on form submit button, it redirects to successful submission.html page, but actually I cannot receive any email from server. I am fed up and I don't have ...
Umair Ahsan's user avatar
-1 votes
1 answer
39 views

PHP contact form. Strange output in "From:" field

I've got an issue, that is driving me crazy. We have a PHP contact form on our websites. Recently it's been pointed out that when an email was received it was changing the suffix of the email address, ...
Andy's user avatar
  • 1
-2 votes
0 answers
22 views

WP forms UI Design [closed]

after creating a enquiry form in wpforms version 1.8.93. i created two dropdowns but it changed complete ui of the website which causing dropdowns are reflecting and form display in various devices ...
Vikas V's user avatar
-3 votes
0 answers
16 views

How to Implement Offline Data Entry and Sync for a Kindergarten Assessment Application? [closed]

I'm working on a freelance project involving the development of a kindergarten application, and I need some guidance on a few specific features. The application is designed for teachers and ...
Fares Bejjani's user avatar
1 vote
2 answers
30 views

How to disable form type checking

embedFormGroup = this.formBuilder.group({ withLogin: [''], expiredTime: this.formBuilder.group({ day: ['', Validators.min(0)], hour: ['', Validators.max(24)] }), embedUrl: [''] }); ...
yuwu1020's user avatar
0 votes
0 answers
45 views

Unable to send data through props in vue js

Context I had created a product page which populate the products info from API. Now I am building the edit Product page. On edit product page, it contains 4 components which I am rendering through ...
MagnusEffect's user avatar
  • 3,733

15 30 50 per page
1
2 3 4 5
7578