Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Actually after updating the Core Theme and the Unyson active extensions, the error no longer pops up. ??

    Hi @webdevmattcrom.

    We are seeing this same issue on our WP dashboard. Is there a recent fix for this as of today?

    Thanks always for your help.

    Arvin

    • This reply was modified 6 years, 3 months ago by opensesame.
    Thread Starter opensesame

    (@opensesame)

    Sure.. email me at [email protected]

    Thread Starter opensesame

    (@opensesame)

    Richard, DonnellC –

    Below is my html file with internal CSS to right justify the label and left justify the input field. Feel free to use within your plugin.

    ************** START OF HTML **************

    <html>
    <head>
    <style type="text/css">
    	label {
        display: inline-block;
        width: 125px;
        text-align: right;
    }
    </style>
    </head>
    <body>
    <form action="https://WEBSITE.com/wp-content/plugins/wp-payeezy-donate/donate.php" method="post">
    <input name="x_login" value="PASTE_PAYMENT_PAGE_ID_HERE" type="hidden" >
    <input name="transaction_key" value="PASTE_TRANSACTION_KEY_HERE" type="hidden" >
    <input name="x_recurring_billing_id" value="PASTE_RECURRING_BILLING_ID_HERE" type="hidden" >
    <input name="mode" value="demo" type="hidden" >
    <p><label>First Name</label>&nbsp;&nbsp;&nbsp;&nbsp;<input name="x_first_name" value="" type="text"></p>
    <p><label>Last Name</label>&nbsp;&nbsp;&nbsp;&nbsp;<input name="x_last_name" value="" type="text"></p>
    <p><label>Email</label>&nbsp;&nbsp;&nbsp;&nbsp;<input name="x_email" value="" type="text"></p>
    <p><label>Phone</label>&nbsp;&nbsp;&nbsp;&nbsp;<input name="x_phone" value="" type="text"></p>
    <p><label>Chapter Name</label>&nbsp;&nbsp;&nbsp;&nbsp;<input name="x_invoice_num" value="" type="text"></p><br>
    <label>Donation Amount</label><br><br>
    <input type="radio" name="x_amount1" value="10.00"> $10&nbsp;&nbsp;
    <input type="radio" name="x_amount1" value="25.00"> $25&nbsp;&nbsp;
    <input type="radio" name="x_amount1" value="50.00"> $50&nbsp;&nbsp;
    <input type="radio" name="x_amount1" value="75.00"> $75&nbsp;&nbsp;
    <input type="radio" name="x_amount1" value="100.00"> $100&nbsp;&nbsp;
    <input type="radio" name="x_amount1" value="0.00"> Other $ <input id= "other" type="text" name="x_amount2" value="" size="6"><br>
    <br>
    <p><input type="checkbox" name="recurring" value="TRUE">&nbsp;Automatically repeat this donation once a month, beginning in 30 days.</p>
    <br>
    <p><input type="submit" value="Donate Now"></p>
    </form>
    </body>
    </html>

    ************** END OF HTML **************

    Thread Starter opensesame

    (@opensesame)

    Thank you Richard!

    I found the culprit.. WordPress is stripping the </form> at the end and also all the <p> and
    . When opening in an html file, it processes..

    Arrrrgh, WordPress..

    Thread Starter opensesame

    (@opensesame)

    Hi Richard,

    I have done both – used my demo and live account.. there must be a conflict with the Visual Composer or some other plugin that is stripping out some of the html.. I will try it outside of the Visual Composer.

    Thread Starter opensesame

    (@opensesame)

    Good morning..

    When applying the HTML directly within my WP page and updating the bold text with my Payeezy credentials, the button is not working. But when applying the same exact settings via the shortcode, it works. Is there something that I am missing here?

    <form action=”https://WEBSITE.com/wp-content/plugins/wp-payeezy-donate/donate.php” method=”post”>
    <input name=”x_login” value=”PASTE_PAYMENT_PAGE_ID_HERE” type=”hidden” >
    <input name=”transaction_key” value=”PASTE_TRANSACTION_KEY_HERE” type=”hidden” >
    <input name=”x_recurring_billing_id” value=”PASTE_RECURRING_BILLING_ID_HERE

    Thread Starter opensesame

    (@opensesame)

    DonnellC,

    That is correct. When a donation is made, all input (except CC info), would be fetched and stored in a WP DB.

    Thread Starter opensesame

    (@opensesame)

    Good morning Richard and DonnellC –

    I do not have a rough draft, but the end goal is to basically repopulate the donor data from Payeezy payment gateway backend into the WP amdin backend as a filterable, sortable table for customer.

    This is a current project for a client but I would love to co-author it into a workable plugin.

    Thoughts? Interests?

    Thread Starter opensesame

    (@opensesame)

    Thanks DonnellC and Richard for the prompt responses.. This just may help me over my hump.. I am currently working to build a plugin to display the donor content in a dashboard.. not sure if this is something that you are already working on, but would love to collaborate..

    I will keep you posted on my progress with your plugin..

    Thanks again!

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