Form Display Element Upgrade
G
Gary Ford
Form Elements Image, Paragraph, and PDF need to be able to pull data out of a table record that is linked to the table the form is built in. Note the attached Image. This is a case where i could customize one form for several programs that collect data to a single table and yet have the form customized for each program. This would allow for only one form and one automation to maintain instead of a form and automation for many different programs. In this case the form is part of a global guest registration system. The Program table has one record for each program that contains boilerplate data to merge into automated emails, dashboards, and document designer generated pdf docs. I can hack this using static data in hidden form elements that turn on for each program when the program is preloaded by a custom Form URL, but since we are dealing with a database it really makes since to pull the data for the Image, Paragraph, and PDF directly out of a table. A linked table, not just the table the form is associated with.