Radion buttons return 'Array' as a...

User 187934 Photo


Senior Advisor
20,271 posts

Can I see the form so I know what were looking at?
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 2159832 Photo


Registered User
58 posts

I can't share the URL as it's on a password protected folder.
Is it the FB project or the form in action you want to see?
Would screen shots suffice?
User 187934 Photo


Senior Advisor
20,271 posts

Can you publish just the form to an unprotected area?
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 2159832 Photo


Registered User
58 posts

Can I email you a link?
User 187934 Photo


Senior Advisor
20,271 posts

Yes,
http://progrower.coffeecup.com/forms/ericcontact/
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 2159832 Photo


Registered User
58 posts

Just sent you the link.

Thanks for looking at this Eric.
User 187934 Photo


Senior Advisor
20,271 posts

Give this a try.
<script>
var jQ = $.noConflict(true);
jQ(function() {
jQ("input[name='version']").click(function() {
if (jQ(this).prop('checked') == true && jQ(this).val() == "Legacy") {
jQ("input[name='hidden_ent']").prop("disabled", true);
jQ("input[name='hidden_leg']").prop("disabled", false);
}

if (jQ(this).prop('checked') == true && jQ(this).val() == "Enterprise") {
jQ("input[name='hidden_ent']").prop("disabled", false);
jQ("input[name='hidden_leg']").prop("disabled", true);
}
});

jQ("input[name='update']").click(function() {
if (jQ(this).prop('checked') == true) {
jQ("input[name='no_update']").prop("disabled", true);
} else {
jQ("input[name='no_update']").prop("disabled", false);
}
});
});
</script>
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 2159832 Photo


Registered User
58 posts

This replaces the previously posted Jquery script right?
User 2159832 Photo


Registered User
58 posts

Ok got the display rule back but the checkbox called 'update' still returns 'Array'.

I'm sure you are getting close :-)

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.