Fancy Summary Field
-
Hi,
I’ve built a nice form with many calculated fields – it shows a summary on the second last tab. I’d like to style this summary form so it looks a better. There are currently 12 fields in the summary and I use the following html in auto-emails and the thankyou page.
Is it possible to easily show this inside the form itself? When I do it, the field values don’tshow up.
<table class="tablePtsThx"> <tr> <td><strong><!--Subclass-->Visa Subclass Chosen: </strong><%fieldname74_value%></td> </tr> <tr> <td><strong><!--Age-->Your Age Bracket: </strong>'+fieldname75_value+'</td> </tr> <tr> <td><strong><!--English-->Nominated English Proficiency: </strong><%fieldname76_value%></td> </tr> <tr> <td><strong><!--Higher Education-->Higher Education Level: </strong><%fieldname87_value%></td> </tr> <tr> <td><strong><!--Regional Australia Study-->Regional Australian Study: </strong><%fieldname88_value%></td> </tr> <tr> <td><strong><!--Masters Education-->Masters Education: </strong><%fieldname89_value%></td> </tr> <tr> <td><strong><!--Professional Year-->Professional Year: </strong><%fieldname90_value%></td> </tr> <tr> <td><strong><!--Highest Qualification-->Your Highest Qualification: </strong><%fieldname91_value%></td> </tr> <tr> <td><strong><!--Overseas Work-->Overseas Work Experience: </strong><%fieldname78_value%></td> </tr> <tr> <td><strong><!--Australian Work/-->Australian Work Experience: </strong><%fieldname79_value%></td> </tr> <tr> <td><strong><!--Partner Skills-->Partner Skills: </strong><%fieldname80_value%></td> </tr> <tr> <td><strong><!--Desig. Lang.-->Recognised Interpreter: </strong><%fieldname81_value%></td> </tr> </table>
css:
.tablePtsThx { border-collapse: collapse; width: 100%; } .tablePtsThx th, .tablePtsThx td { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } .tablePtsThx tr:hover { background-color:#f5f5f5; }
Thanks!
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fancy Summary Field’ is closed to new replies.