Closed (fixed)
Project:
Webform
Version:
7.x-3.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2013 at 15:37 UTC
Updated:
25 Feb 2014 at 08:50 UTC
Jump to comment: Most recent
I'm a newbie, working on a project which need to use the webform act as warranty form, the form got a date field. After the user submitted the form, the submission result page should show the expiry date of the warranty, but I don't know how the expiry date can be show?? Could anyone who can help me how to do that?? million thanks
Comments
Comment #1
quicksketchIn order to do this easily you should upgrade to Webform 4.x, then use a token in the confirmation message to print out the value of the date field. i.e. "Your warranty will expire on [submission:date:nolabel]."
This is not easy to do in the 3.x version, which requires custom theming of the confirmation page.