Hello
While looking at your Donation form, I'm wondering if you could help me implement a selection to the PayPal comment field?
I want to add these as a selection to the "CN" variable, but I don't know how to start it. Thank you for your time
<div class="col-sm-12">
<div class="form-group mb-20">
<label><strong>How would you like your name to show in the Donors list?</strong></label>
<select name=“donor_acknowledgement” class="form-control">
<option value=“Full_Name_Only“>Full Name Only</option>
<option value="Full_Name_Amount">Full Name & Amount</option>
<option value="First_Last_Initials">First & Last Initials</option>
<option value="Initials_Amount">Initials & Amount</option>
<option value="Anonymous">Anonymous</option>
</select>
</div>
</div>
Hello
While looking at your Donation form, I'm wondering if you could help me implement a selection to the PayPal comment field?
I want to add these as a selection to the "CN" variable, but I don't know how to start it. Thank you for your time