Different email response based on...

User 2942998 Photo


Registered User
74 posts

Added the code and did a quick test, was wondering how to hide the text input (you got me with // Uncomment the line below after testing code).

I can't thank you enough for all the help and work you put into this. If there is ever anything I can do for you, let me know. I have a range of skills from 3D design and printing to machining (lathe and mill), just not coding :D

I'll let you know when it's done.
User 187934 Photo


Senior Advisor
20,181 posts

Remove the two // in front of selector.
make this
// jQ('input[name*="Outline_Choice"]').parent().parent('[id^="item"]').css('display','none');

into this
jQ('input[name*="Outline_Choice"]').parent().parent('[id^="item"]').css('display','none');
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2942998 Photo


Registered User
74 posts

Yep, I got that after I read the well documented instructions.

You Sir are my HERO! This is way too cool. The form is functioning amazing and is exactly how I envisioned it.

All that is left is some fine tuning on the form page, putting the finished page in its final home and a few other items.

Thanks again Eric, I owe you BIG Time!
User 187934 Photo


Senior Advisor
20,181 posts

Glad it worked out.:cool:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.