Can I Add A Custom Form To Cs-Cart Admin

Hello,



I'm wondering if it is possible to add a custom form of 3-5 fields to the cs-cart admin and save the form info into a new table under the same cs-cart database!



Any guides on how to do that?



Thanks

It is not clear who should fill up the form, but please check the following article:

[quote name='ikramy' timestamp='1424519420' post='206103']

Hello,



I'm wondering if it is possible to add a custom form of 3-5 fields to the cs-cart admin and save the form info into a new table under the same cs-cart database!



Any guides on how to do that?



Thanks

[/quote]



I did this by adding a hidden page in Website – > Content, then adding it to my admin menu following the instructions in this post.



Here's the 'href' I used to add a page (with ID 10 in my case) :



'href' => 'index.php?dispatch=pages.view&page_id=10',




This doesn't of course directly answer your question about saving the responses to the database. Depending on why you need that info saved to the database, this add-on might help.