• Resolved bedford275

    (@bedford275)


    Great plugin, very easy and exactly what I need. I just needed to create a page for customers to pay any one time amount and this plugin was as we need it. I have a separate page with the plugin form and shortcode used is

    [wp_paypal_payment_box_for_any_amount email=”[email protected]” description=”payment” reference=” ” reference_placeholder=”Enter a payment reference”]

    One small question is what should I use to have a cursor inside amount input text box on page open, so a visitor doesn’t need to think where to click but can start typing the amount.

    I tried
    .wpapp_other_amt_input {
    cursor: auto;
    }
    but it doesn’t do anything from what I can tell.

    Thanks for your help.
    Jan.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi Jan, can you share the URL so that I can take a look myself.

    Thank you

    Thread Starter bedford275

    (@bedford275)

    Sure, it is
    https://artgallerypalmbeach.com/one-time-payment/

    you’ll see what I mean, a visitor first needs to click inside the text box, then start typing, it will be more intuitive if a mouse cursor is already in a box on page open, but I can’t figure out why it is not.

    Thanks for looking into this.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for the extra information. I have submitted a message to the developers to investigate further your request.

    Thank you

    Plugin Author mra13

    (@mra13)

    This can’t be done with CSS. It needs to be done using JavaScript or in the HTML code. I can’t think of the required JavaScript from the top of my head but if you search for something like the following, you should get some tutorial that will be helpful for you:

    “javascript set cursor focus on page load”

    Thread Starter bedford275

    (@bedford275)

    Thank you for the suggestion and looking into this issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cursor in “other amount” text box’ is closed to new replies.