Donation Description
-
Can you add an option beneath your Donation Description option that would allow there to be a text field instead of a hidden form field so that they could type in something like Children’s Ministry, or Mission Trip?
So instead of this:
<input type=”hidden” name=”item_name” value=”Donation to Paradigm Church”>
It would be this:
<label for=”item_name”>Description: </label>
<input type=”text” name=”item_name”>
- The topic ‘Donation Description’ is closed to new replies.