Hi,
I have a multi-step product configurator form which will build a quote.
A user needs to be able to create mulitple quotes and have the option to save the quotes for later or submit the quote to order.
Within the users my account area they need to be able to view all saved quotes and view all submitted quotes.
When a user opens a saved quote they need to have the option to submit the quote for order. Within the sumitted quotes/orders they need to be able to view them and reorder/resend.
Currently I have setup the multi-step form and included a radio option to allow the user to save quote or order. I have created two views
This is working as it should but I need to know if it's possible to add a button to each view to allow the user to submit the entry again?
Please login or Register to submit your answer
What is involved with "submit the entry again"? If they need to edit field values and save, you can simply send them to an editable version of the form which allows them to make changes and update/submit. If nothing is being changed other than its status, you could write a few lines of jQuery/ajax to call a PHP program that sets the value in the entry so that it is now, "submitted" rather than "saved".