I do have Some Queires, Could you please help me with this.
1.) When the Form in form assembly is submitted there is a response email which is sent to specified email, Is it possible to attached a excel/word/text file with the email which contains the form data(Question and answers) ? If yes, is it possible to change the format of the file.
2.)I have two Form in workflow, In which First form user insert the email address and click on next button and goes to next form. We have a trigger which check if the email exists and if the email is already in database it returns error saying form already submitted, and it wont go to second form.
Is there any way in which if salesforce return the error saying form already submitted, instead of showing error message it goes to some other form page which we have created or same as thank you page.
3) Can we customize the salesforce error messages, or make it more user friendly.??
4) Can we schedule the Export of the response to be sent to a email as attachement at some specific time automatically ?
1) No, we do not allow attachments to notification emails.
2) No, this is not possible with the Workflow system. It *may* be possible with the alias system using three non-workflowed forms, but it will be complicated. If you'd like more details, please open a support request describing in more details what you are wanting to accomplish with this logic.
3) You can try to do this on the Salesforce side, FormAssembly only passes back the messages that Salesforce sends. We do not control the content of the error messages.
4) No. Exports can only be retrieved by logging into FormAssembly and exporting the data. There are some discussions in the forum about this and some workarounds people have considered.