I decided to re-write this entire post to make it more accurate.
This is what I need to do and I’m not sure the current Extension does it.
I need to be able to assign a value to each check box:
Example:
Web Design == http://www.re-volvemedia.com/services/development/web-design/
This way when writing a Case Study we can list the services we performed for each client and have a check box associated with each service we provide. Currently I’m not sure that is an option, however, I was curious as to if the text from the Check Box is static text or if it has a variable name associated with it.
Example:
Label: Web Design
Form ID: web_design
I’m not sure that it would work, but I need to try and figure out a solution that would do what we need it to.
If this can be done, can someone help point me in the right direction?
Edit:
I figured out a work around
{if development == "Website Design"}<li><a href="http://www.re-volvemedia.com/services/development/web-design/">Web Design</a></li>{/if}
This has worked but it is not printing the results accurately yet. I have it twice in one page and it is only showing up once…looking into it.
Edit(2):
I made an attachment so you could see what it was doing. I also included the custom tags so you could see they both had the same box checked, but only the bottom one was showing the {if} statement.
Edit(3):
Okay, I figured out what the problem is. I currently have 5 check box groups.
“development” has 6 items to check.
Web Design
E-Commerce
Content Management
MOD RE-writes
Application Development
Hosting
So my statement:
{if development == "Website Design"}<li><a href="http://www.re-volvemedia.com/services/development/web-design/">Web Design</a></li>{/if}
Works as long as it is the only 1 of the 6 checked, however, if you have more then 1 checked it would become.
“Web Design, E-Commerce” or something similar.
Is there a way to fix this so each one outputs a unique string? I’m not sure how to break this down further?
Click thumbnail to see full-size image