IT Nursery
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the...
  • April 8, 2022
  • 0 Comments
I’ve finally solve the problem!! @RobG was right about the form tag and table tag. the form tag should be placed outside the table. with that, <td><input type="reset" id="configreset" value="Reset"></td> works without the need of jquery or...
  • April 4, 2022
  • 0 Comments