Message Boards Message Boards

0
|
7894 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Save the user input values entered in a web form into a file?

Hello All,

I have created a web form and deployed in cloud using the below code:

CloudDeploy[
 FormFunction[{{"First Name" -> "String", 
    "Last Name" -> "String"}, {"Name of School" -> "String", 
    "Major" -> "String"}, {"Noofcourses" -> "Integer"}, 
   Table["course" <> ToString[i] -> "String", {i, #Noofcourses}] &}, 
  Identity]]

I would like to save the user input into an excel file preferably. Can this be performed in Wolfram? It would be fine with me even if any better alternative methods of saving the user input values is recommended.

Thanks in advance!

Regards, Sathish

Perhaps Data Drop? Here is a simple example of workflow with it:

Incentivizing Good Behavior with the Wolfram Cloud

POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract