Skip to content
Advertisement

Tag: forms

Input from Model not included in form POST data

I have a simple HTML POST form with a model contained within like so: https://jsfiddle.net/pilotman/rn9gspz8/6/ note: the JS fiddle is basic and just for demo and is not perfect. So when I submit the form and let the input inside the model has some text, my server script does not see ‘input2’ Does the data inside the model get sent

Form Processing php

I am new here so please point me in the right direction if I am misunderstanding how to submit a question here. 1. I am getting warning errors stating that I have “Undefined array keys”. I get this before and after the form has been submitted. I have defined the arrays at the top so I am unsure why they

PHP form validation not functioning having copied the tutorial code

I am hoping the community can give me a little insight into what is not working with my code, I am following a Udemy course. I have followed the accompanying video which developed an undefined variable error, which after doing some research I believe I have fixed by declaring variables as empty strings being able to be over-ridden by the

Advertisement