Link to home
Create AccountLog in
Avatar of fabio1
fabio1Flag for India

asked on

how to create custom form in wordpress ?

how to create custom form in wordpress ? and how to use?
ASKER CERTIFIED SOLUTION
Avatar of gwkg
gwkg
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of ninjadude12
ninjadude12

or you can make a custom one, just make a form

<form action="to_db_insert.php" method="post" >

inputs
submit

</form>
Avatar of fabio1

ASKER

this comment is useful