There are two questions on my form that I'd like to make optional. Currently they must be filled out.
How do I make this change.
again, need to know some PHP to edit generated forms. simplest solution is to re-generate the form.
Do I really need to know PHP or HTML?
Do you have a good resource for learning "forms" coding? I have basic HTML in this area.
forms are the most important part of PHP/HTML interaction. You do need to have some familiarity with both.
Log in to post a comment.
There are two questions on my form that I'd like to make optional. Currently they must be filled out.
How do I make this change.
again, need to know some PHP to edit generated forms. simplest solution is to re-generate the form.
Do I really need to know PHP or HTML?
Do you have a good resource for learning "forms" coding? I have basic HTML in this area.
forms are the most important part of PHP/HTML interaction. You do need to have some familiarity with both.