• Resolved jerry03

    (@vinoth03)


    Hi Team,

    Thanks for the awsome plugin. I found one issue on paypal amount form validation.

    Scenario:

    Form consist of Amount Feild and PayPal Field.

    Amount field have min max value for restriction. When submitting paypal payment button from front end , even i entered a valid amount in amount box, during submission it says “PayPal amount must be greater than 0“. but on a second click it goes fine.

    Reference Video:
    https://www.transfernow.net/dl/20250623Ux1oTRnB

    Suggestive solution:
    I found the on forminator.1.44.2\forminator\build\front\front.multi.min.js
    function: render_paypal_button
    event: onClick
    r.amount does not have value during the first click , so it shows the validation message even amount box have valid value.
    So i have slightly tweak , changed r.amount<=0 from o.find(‘input[name=”number-1″]’).val() <= 0

    After this change it is started working , as per expected.

    Kindly check the issue and let me know the update.

    Regards,
    Vinoth S

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @vinoth03

    Hope you are doing well today.

    There is a known issue related to PayPal validation that shows a wrong error message when you don’t fill in other required fields sometimes it shows “PayPal amount must be greater than 0” error incorrectly.

    Our development team is already aware and working on a fix, but can’t give an ETA you can subscribe to our roadmap to get notified about the new updates.
    https://wpmudev.com/roadmap/

    Kind Regards
    Amin

    Hi @vinoth03

    As said above, this was already forwarded to our developers and I am marking this thread as resolved, but if you have any additional questions feel free to let us know.

    Kind Regards,
    Kris

    Thread Starter jerry03

    (@vinoth03)

    Hello Kris,

    Ok Thanks for the response. Looking forward for the solution.
    Thanks ,
    Vinoth

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

The topic ‘Paypal amount validation issue’ is closed to new replies.