stephen reece Posted June 23, 2013 at 08:08 PM Share Posted June 23, 2013 at 08:08 PM Hi All, If I may quiz just once more. I have limited the 'claim' option to my own user as I will be importing (via php) all the old entries from my previous site. However is there anyway of allowing the claim button to be shown and activated even by other users, not just my own user. .... and as a supplimentary is it possible to have a freetext option for payment so that the user can choose how much to pay. (below is the standard html code i have used previously) - can i simply just insert this without damaging any functionality. <div align="center"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"><input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="[email protected]" /> <input type="hidden" name="item_name" value="Fees" /> <input type="hidden" name="item_number" value="1" /> <strong>How much do you want to pay?</strong><br />£ <input type="text" name="amount" size="5" maxlength="5" /> <input type="hidden" name="no_shipping" value="0" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="GBP" /> <input type="hidden" name="lc" value="UK" /> <input type="hidden" name="bn" value="PP-BuyNowBF" /><br /><br /> <input type="image" name="submit" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" alt="PayPal - The safer, easier way to pay online." /> <input type="hidden" name="return" value="http://www.lostevents.co.uk/donation-complete/" /></form></div> Link to comment
Alejandro Posted June 24, 2013 at 02:39 AM Share Posted June 24, 2013 at 02:39 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
stephen reece Posted June 24, 2013 at 09:00 AM Author Share Posted June 24, 2013 at 09:00 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted June 24, 2013 at 11:15 AM Share Posted June 24, 2013 at 11:15 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
stephen reece Posted June 24, 2013 at 01:08 PM Author Share Posted June 24, 2013 at 01:08 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts