By just wrapping simple shortcode around HTML elements of your choice, you can have professional, simple or complicated enquiry form up and running in minutes..
It also provides 'auto labels option which presents the labels for each input box inside the input as the default value until it's clicked on.
Simply adding as asterisk to the end of label will indicate that the input is mandatory, e.g..
Code your form elements as you normally would, with whichever inputs, radio buttons, selects etc that you need, ensuring that you set the name attribute for each element..
Finally, instead of wrapping your form elements in form tag, wrap them in Bamboo Enquiries shortcode instead [bamboo-enquiry from=
[email protected] to=
[email protected] auto labels= on honeypot= on message=.
The 'from attribute sets the email address that the enquiry will be sent from, and the 'to attribute sets the address it will be sent to.
If you set 'honeypot to 'on, email field will be added to the form to catch scripts that try to submit the form for spam purposes..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
If the user fills in field called 'Email or 'Email Address, it will be used as the email reply address.. 1.9.2.
When the page reloads after submitting, the form is scrolled back into view to make the thank you message more obvious.. 1.6.
Read more