form
Generate an HTML <form> tag along with the necessary <input> tags for submitting data to a specified interface logic.
Because there are various form types in the Shopline theme, the form helper requires a type. Depending on the different form types, an additional parameter is needed. You can specify the following form types:
- activate_customer_password
- cart
- contact
- create_customer
- customer_address
- customer_login
- customer
- delete_customer
- localization
- new_comment
- product
- reset_customer_password
- storefront_password
Params
form_type{String}The form type name.content{String}The form contents.hash{Object}form html attributes,optionalreturns{String}html
Usage
content
Was this article helpful to you?