Title: feratechinc's Replies | WordPress.org

---

# feratechinc

  [  ](https://wordpress.org/support/users/feratechinc/)

 *   [Profile](https://wordpress.org/support/users/feratechinc/)
 *   [Topics Started](https://wordpress.org/support/users/feratechinc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/feratechinc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/feratechinc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/feratechinc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/feratechinc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/feratechinc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stripe Payment Forms by WP Simple Pay - Accept Credit Card Payments + Subscriptions with Stripe] What features would you like to see?](https://wordpress.org/support/topic/what-features-would-you-like-to-see-1/)
 *  [feratechinc](https://wordpress.org/support/users/feratechinc/)
 * (@feratechinc)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/what-features-would-you-like-to-see-1/page/3/#post-4748464)
 * Sample script I found which would disable the submit button:
 *     ```
       <script type="text/javascript">
       function checkEnableSubmit() {
       var text1 = document.getElementById('text1'),
       submitBtn = document.getElementById('submitBtn');
       submitBtn.disabled = (text1.value != "GOLD");
       }
       </script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stripe Payment Forms by WP Simple Pay - Accept Credit Card Payments + Subscriptions with Stripe] What features would you like to see?](https://wordpress.org/support/topic/what-features-would-you-like-to-see-1/)
 *  [feratechinc](https://wordpress.org/support/users/feratechinc/)
 * (@feratechinc)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/what-features-would-you-like-to-see-1/page/3/#post-4748463)
 * Allowing the user to enter in a custom amount would allow us to bill clients 
   using this plugin. We could e-mail invoices and just give them a link to our 
   payment page allowing them to enter in the amount of their invoice and submit
   it online.
 * You could create an ajax script that disables the “Submit” button if an amount
   below .50 is entered and gives you an error message.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stripe Payment Forms by WP Simple Pay - Accept Credit Card Payments + Subscriptions with Stripe] What features would you like to see?](https://wordpress.org/support/topic/what-features-would-you-like-to-see-1/)
 *  [feratechinc](https://wordpress.org/support/users/feratechinc/)
 * (@feratechinc)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/what-features-would-you-like-to-see-1/page/2/#post-4748453)
 * Any way to enter in a custom amount?
 * I’ve checked every other Stripe payment gateway and this is the single lacking
   feature.
 * Not to mention your plugin is one of the few that is compatible with 3.9

Viewing 3 replies - 1 through 3 (of 3 total)