jhartwigwade
Member
Posted 1 year ago #
In this code:
<p><div>
[radio rsvp default:1 "Yes, I will attend on April 19." "I am unable to attend but I would like to donate."]</p>
</div><p></p>
I would like "donate" to link to this: https://npo1.networkforgood.org/Donate/Donate.aspx?npoSubscriptionId=3718&code=general
But when I insert the link code, it doesn't work? Can you not do links in the radio text?
http://wordpress.org/extend/plugins/contact-form-7/
I don't think you can add links in the shortcode (between square brackers), maybe try this instead:
<p>[radio rsvp default:1 "Yes, I will attend on April 19." "I am unable to attend but I would like to donate."]<a href="https://npo1.networkforgood.org/Donate/Donate.aspx?npoSubscriptionId=3718&code=general">Donate here</a></p>
Also, watch out as you have some overlapping <div> tags.
jhartwigwade
Member
Posted 1 year ago #
Thank you so much! That works.
miguelfromphil
Member
Posted 8 months ago #
Hi zoonini,
How to redirect into another website using radio button? Depend on what radio button is selected? it's possible? using CF7?
Thanks in advance