Hello folks. I am creating a form right now, and the display doesn’t show anything below the second fieldset. I must be doing something wrong but not sure what exactly. Kindly asking for help and advise. Please see the code below:
Certification project 1
Project form
Fill the following form:
Name:
Email:
Age:
Please choose your form of identification: Mr.
Mrs.
Other
How have you heard about us?
I am really interested in giving you an advice but its not possible if I dont see the code. It would be amazing if you past your code in a preformatted text. You can do it by clicking in the writing area the </> button.
If I understood you correctly, you want to have your 4 options inside your selection. So you have to put all the <option></option> elements inside your <select></select> element or lets say between the opening & closing tag.
Thank you. Must have not asked the question clearly.
The thing is, the display does not show other html elements (not even paragraphs) below the second fieldset. I tried adding another one but nothing happens.
Ah I understand your problem. You want a different fieldset outside your current fieldset. you have this current problem because you didnt close your first fieldset. there is a </fieldset> missing to close your first <fieldset>
sorry for my helping desire hahaha I am creating problems to solve your current problem. I wrote you a private message with the information how to create a helping thread properly. Hopefully the browser switch leads to the solution.