Is it possible to insert Resulting PayPal® Button Code below into wordpress plugin php file? I need this paypal button appears in a form, which is a wordpress plugin.
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<!-- Instant Payment Notification & Return Page Details -->
<!-- Configures Basic Checkout Fields -->
<!-- Configures s2Member's Unique Invoice ID/Code -->
<input type="hidden" name="invoice" value="" />
<!-- Associates Purchase With A User/Member ( when/if applicable ) -->
<input type="hidden" name="on0" value="" />
<input type="hidden" name="os0" value="" />
<!-- Identifies The Customer's IP Address For Tracking -->
<input type="hidden" name="on1" value="" />
<input type="hidden" name="os1" value="" />
<!-- Displays The PayPal® Image Button -->
</form>