I have an online form and it will be used in Workflow to Fill Out a PDF. We opted to "uncondense" some fields to control data entry. For example, the Address field on the PDF is 1 field and on the online form it's 5 fields: AddressLine1/2, City, State, ZIP. We've done similar things with Full Name. The PDF form has 29 "condensed" fields while the online form representation has 96 "uncondensed" fields.
QUESTIONS
- Is it better to create a hidden field on the form that will deliver the 1 "condensed" field needed to fill out the PDF?
- Is it better use a SQL query to deliver 1 "condensed" token in LF Workflow to fill out the PDF?
- Is it better to use Worflow's Token editor to deliver 1 "condensed" token without making a call to a database?
We'd like to ensure the best user experience possible and are curious know what other people are doing.