View Single Post
  #4  
Old 08-14-2015, 04:43 AM
 
Roman Prisiazniuk Roman Prisiazniuk is offline
 

Member
  
Join Date: Jun 2015
Posts: 27
 

Default Re: how to create a form and add it to a page?

Quote:
Originally Posted by qualiteam
It is hard to answer you without seeing your code.

However, you should be able to create a controller class (a new "target"), get your custom form submitted to that target and process it there.

Please explain what name of the function that must process a form submit?

Quote:
Originally Posted by qualiteam
But it is recommended to process any forms by create a form class and linking it to your controller. Check XLite/View/Form directory for examples.
How to link that form to my controller? I want to add form to my module, in what directory do I must create that form?
__________________
xcart5
Reply With Quote