• Resolved anjabasaric

    (@anjabasaric)


    Hi,

    I’m trying to get the text “Other Amount” to be inside of the box, as a placeholder, and not before the box, is that possible?
    Also I would like to have text “Reference Number” as a placeholder instead of before the box.

    The shortcode I’m using at the moment is:

    [wp_paypal_payment_box_for_any_amount email=”your@paypal-email” description=”My Description” reference=”Reference Number” other_amount=”” currency=”EUR” button_image=”www.url.com/”]

    which looks like this in front end:http://prntscr.com/kn12oc.

    I would like to have “Amount” and “Reference Number” inside the boxes so it would look like this:http://prntscr.com/kn12xr.

    Thanks,
    Anja

    • This topic was modified 7 years, 8 months ago by anjabasaric.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, unfortunately at present that is not available in the plugin. I have submitted a message to the developers to investigate further your request.

    Kind regards

    Plugin Author mra13

    (@mra13)

    I have added new shortcode parameters for this. You can upgrade the plugin now.

    After you upgrade the plugin, you will be able to use the following shortcode parameters in the shortcode to specify placeholder value.

    other_amount_placeholder
    reference_placeholder

    Thread Starter anjabasaric

    (@anjabasaric)

    Thank you so much!

    Amount placeholder worked, but the reference number is not working yet for me.

    This is the short code I have:

    [wp_paypal_payment_box_for_any_amount email=”your@paypal-email” description=”My Description” reference_placeholder=”Reference Number” other_amount_placeholder=”Enter Amount” currency=”EUR” button_image=”image.url”]

    So I’m getting this in the front end:http://prntscr.com/kp7039, so the whole reference number box disappeared. And the word “Amount” is still visible in front of the box.

    Am I doing something wrong here?

    Thanks,
    Anja

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

The topic ‘Placeholder inside the boxes’ is closed to new replies.