1) I want to name a form by some type of formula, mainly a field in my form + a fixed text. For example, for a form submission, I would like it to be received through Salesforce.com and named by pulling the "Full Name" field in my form + 2011 Assessment. So, if John Smith was the given answer for the Full Name field in my form, I would like the form to be named as John Smith 2011 Assessment in Salesforce. Do I use a formula for this? It gives me "tfa_FullName1" as a formula for that particular field I want, but how do I set it so that "2011 Assessment" is also in the name?
2) I have an assessment form, or quiz, for a particular group of people to take. I know that formsite has a scoring functionality. Does FormAssembly have something similar? If not, what is the recommended way to do so?
1) Set the field for the Salesforce object to 'formula', then place: %%tfa_Fullname1%% 2011 Assessment into the field, exactly. When the response is sent, that will be sent as: John Smith 2011 Assessment.
2) Generally users either do this using the calculation system in FormAssembly, or else handle it on the Salesforce side using their analytic tools for analyzing the response distribution.
Happy to help further, Drew FormAssembly.com Support