Forums

How to send all values in a table format using chronoform

saurabhb 14 Sep, 2011
Hello Admin/Others,

I have a form created using wizard. Just below this form I have a button to add several requests from the form above to a table below. This table can be used as a requests from the client to us when he has multiple requests at once. The then, the final result will be a table which we should receive in our email after the customer "Submit" his entries.
Each enrty in the table should deliver values to our email for further action.

As soon as the customer login to the site, and click on send requests, the form opens. They will fill the form and add the rate to the table by clicking on add requests button. requests slips into the table below for another requests to be filled. Customer can fill as many requests as possible. After filling the requests, they can send the whole table to us for action.
We have the table, the form and the submit button, but after getting the values in the table and clicking submit, the values from the table dont get submitted and only the values if any in the from get submitted. I want the table to get submitted to the email. Does any one know how to do this.
GreyHead 15 Sep, 2011
Hi saurabhb,

The entries in the table need to be inputs so that they are submitted. You probably also need to set them to readonly='readonly' so that the user can't edit them directly.

Alternatively, you could display plain text in the table and put the values in hidden form inputs. That might look prettier.

Bob
This topic is locked and no more replies can be posted.