Forum Replies Created
- AuthorPosts
ms4545
ParticipantWorked perfectly – You’re the best Ally 🙂
ms4545
ParticipantAlly you’re a genius 🙂 This was exactly what I needed.
I will try to switch it to classes instead of ids and let you know if it has all worked.
Thanks so much in advance
Mehmetms4545
ParticipantHow can I provide you login data privately?
ms4545
ParticipantEasier than I even thought – Thank you very much as always Ally 🙂
ms4545
ParticipantThis works – Thank you very very much Ally 🙂
ms4545
ParticipantThank you so much Ally 🙂
ms4545
ParticipantThis is great and solved my problem, thank you so much Ally
ms4545
ParticipantHi Ally,
Thanks a lot for your reply.
This is working to make it clear when I select another choice.
However, on my review page, it is displaying all values I have clicked on:
When I click on radio button 1 and then on radio button 2 – How can I delete value of radio button 1 in my class #kondition1?
// Radio Buttons
$(‘.quform-field-5_93’).click(function () {
$(‘#kondition1’).text($(this).val());
});$(‘.quform-field-5_235’).click(function () {
$(‘#kondition2’).text($(this).val());
});$(‘.quform-field-5_245’).click(function () {
$(‘#kondition3’).text($(this).val());
});ms4545
ParticipantHi Ally,
You are incredibly good and have all my respect – This works perfetcly!
Thank you so much
Mehmetms4545
ParticipantThanks a lot Ally for your super fast and great support!
This helps me a lot.
After this choice at the beginning I want to show a field depending on which picture you have clicked on.
Here as you an see I am working with a logic rule: Show this group if picture is clicked…When I click on the fourth picture the field of the first picture below stays and does not disappear.
I hope you can help.
Thanks
MehmetAttachments:
You must be logged in to view attached files.ms4545
ParticipantGreat – This works perfectly! Thank you so much Ally
- AuthorPosts