I have made a webform in order to able many runners to submit registration at a marathon.
Into the data table there are two record that i would like to publish as an image and not as a text , see example below :
TABLE 1 (data submitted by runners)
- record n° 1 : text field with label \"NAME\"
- record n° 2 : text field with label \"SURNAME\"
- record ....
- record ....
- record n° 8 : text field with dropdown option with value \"MALE / FEMALE\"
- record n° 9 : male/female file field (not view by runners in the webform)
- record n° 10 : text field with dropdown option with value \"ITALY / FRANCE / GERMAN / BELGIUM / UNITED STATES .....\"
- record n° 11 : country file field (not view by runners in the webform)
- record ....
- record ....
TABLE 2 (table with countries and their image) : the structure is made by two field, field 1 with country name, field 2 with his flag image
- record n° 1 : text field 1 \"ITALY / file field 2 with Italy flag image
- record n° 2 : text field 1 \"FRANCE / file field 2 with France flag image
- record n° 1 : text field 1 \"GERMAN / file field 2 with German flag image
- record n° 1 : text field 1 \"BELGIUM / file field 2 with Belgium flag image
- record n° 1 : text field 1 \"UNITES STATES / file field 2 with Unites States flag image
TABLE 3 (table with male and female flag image) : the structure is made by two field, field 1 with sex name, field 2 with his flag image
- record n° 1 : text field 1 \"MALE / file field 2 with male flag image
- record n° 2 : text field 1 \"FEMALE / file field 2 with female flag image
When runner submit his subscription he chose between many data MALE or FEMALE and his country . In the report deploy on my website with a report of all subscriptions submitted i would like that the male or female data and the country will be published with their relative image and not by text.
It's possible to do that ? I think it's necessary by the form to do an automatically association/join between the table in order tu put in record n° 9 & n° 11 of TABLE 1 the images associated.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Chianti Ecomarathon
Hello from Italy.
I have made a webform in order to able many runners to submit registration at a marathon.
Into the data table there are two record that i would like to publish as an image and not as a text , see example below :
TABLE 1 (data submitted by runners)
- record n° 1 : text field with label \"NAME\"
- record n° 2 : text field with label \"SURNAME\"
- record ....
- record ....
- record n° 8 : text field with dropdown option with value \"MALE / FEMALE\"
- record n° 9 : male/female file field (not view by runners in the webform)
- record n° 10 : text field with dropdown option with value \"ITALY / FRANCE / GERMAN / BELGIUM / UNITED STATES .....\"
- record n° 11 : country file field (not view by runners in the webform)
- record ....
- record ....
TABLE 2 (table with countries and their image) : the structure is made by two field, field 1 with country name, field 2 with his flag image
- record n° 1 : text field 1 \"ITALY / file field 2 with Italy flag image
- record n° 2 : text field 1 \"FRANCE / file field 2 with France flag image
- record n° 1 : text field 1 \"GERMAN / file field 2 with German flag image
- record n° 1 : text field 1 \"BELGIUM / file field 2 with Belgium flag image
- record n° 1 : text field 1 \"UNITES STATES / file field 2 with Unites States flag image
TABLE 3 (table with male and female flag image) : the structure is made by two field, field 1 with sex name, field 2 with his flag image
- record n° 1 : text field 1 \"MALE / file field 2 with male flag image
- record n° 2 : text field 1 \"FEMALE / file field 2 with female flag image
When runner submit his subscription he chose between many data MALE or FEMALE and his country . In the report deploy on my website with a report of all subscriptions submitted i would like that the male or female data and the country will be published with their relative image and not by text.
It's possible to do that ? I think it's necessary by the form to do an automatically association/join between the table in order tu put in record n° 9 & n° 11 of TABLE 1 the images associated.
Thanks for your assistance.
Best regards.
Leonardo C.
Chianti Ecomarathon - Siena
ITALY
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.