I want to create field that asks the user to specify when they intend to buy with the options being: Now, 1-3 months, 3-6 months or 6 months or more.
I was wondering what a suitable data type would be for this and if there was a way to use it as a filter to follow them up in the future specified timeframe. For example, If "3-6 months" Then, check "Buying Timeframe" is (Today - 3 months). I am thinking the Stored Value of "3-6 months" needs to be (Today's date + 3 months) so I can use filters like "in the past" or "in timeframe." Is this doable? Any suggestions?
Additionally, it will be used to personalise the confirmation page/email with a relevant response. This is pretty easy and can set as part of the form creation. For example,
If "Now" Then, display "...someone will contact you shortly...
If "3-6 months" Then, display "...while you're waiting... check out our..."
Cheers,
Ersel