- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Configure drop-down form field as number type to be used in calculated property
SOLVEJan 13, 2020 7:17 AM
Hi all,
I have a form on our website where leads can request a price overview, and I want to use calculated properties for that.
However, at the moment I am using drop-down fields in my form, to limit the options that customers have and those fields are text fields, so I cannot use them for the calculation.
Is there a way to generate a drop-down field with number properties attached, to that I can use them in a calculated property?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Jan 13, 2020 10:43 AM
I'd suggest creating a new number property and use a workflow to set this number field based on the submitted dropdown value. Use an if branch for each value option.
if dropdown = A
- Yes branch > set number property to 1
- No Branch > if dropdown = B
- - Yes branch > set number property to 2
- - No Branch > if dropdown = C
- - - and so on...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content