PHP Class Frontend\Modules\FormBuilder\Widgets\Form

Author: Dieter Vanden Eynde ([email protected])
Author: Tijs Verkoyen ([email protected])
Author: Wouter Sioen ([email protected])
Inheritance: extends Frontend\Core\Engine\Base\Widget
Show file Open project: forkcms/forkcms

Public Methods

Method Description
execute ( ) Execute the extra.

Private Methods

Method Description
createAction ( ) : string Create form action and strip the identifier parameter.
loadData ( ) Load the data.
loadForm ( ) Load the form.
parse ( ) Parse.
parseSuccessMessage ( ) Parse the success message.
setCustomHTML5ErrorMessages ( array $item, SpoonFormAttribute\SpoonFormAttributes $formField )
validateForm ( ) Validate the form.

Method Details

execute() public method

Execute the extra.
public execute ( )