How to require a payment on the Front End Submit form? #632
Replies: 4 comments 4 replies
-
The payment property should be entered like this: But if you actually want people to pay for the event submission (as they do for bookings or memberships): that's currently not possible: this would require some extra development (extra event status, optional cleanup after X time when unpaid, handling the payment, maybe mail templates ...). Not impossible but this is the kind of thing I'm hoping to get a donation for :-) |
Beta Was this translation helpful? Give feedback.
-
Thanks Franky. Yes, we'd be interested in having your help with this and are happy to make a donation. I'll follow up via email and include the client in the conversation. Much appreciated! |
Beta Was this translation helpful? Give feedback.
-
Great, thanks for letting me know. I apologize if you feel that we owe you
the $250. We asked how much, but did not ask you to proceed and did not
make an agreement to pay.
My client does not yet have the income, so we found a free alternative.
When she makes use of the new features we will plan to make a donation.
Best wishes, Linton
…On Thu, Aug 22, 2024 at 2:16 AM Franky Van Liedekerke < ***@***.***> wrote:
The just released version has this (took some days though ... lot's of
code reorg too, to improve general code reuse)
—
Reply to this email directly, view it on GitHub
<#632 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZIQ4VPG3IVBRNHQNT27DTZSWUAFAVCNFSM6AAAAABMPHSWXGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBRGY4TSNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
Linton Hale
Web Developer, Internet Coach, Musician
707-206-5442 ***@***.***
<https://webwatchdawg.com/>
Terms of Service <https://webwatchdawg.com/terms-of-service/> | Privacy
Policy <https://webwatchdawg.com/privacy-policy/>
|
Beta Was this translation helpful? Give feedback.
-
I'm glad to hear that your work is being supported. Thanks for your help!
…On Thu, Aug 22, 2024 at 8:37 AM Franky Van Liedekerke < ***@***.***> wrote:
If I wanted the money, I would not have implemented it :-) I'm living on
donations (well ... much less than before though), so I hope it will help
people.
—
Reply to this email directly, view it on GitHub
<#632 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZIQ4XEJ2EV3FJ7R5HMWKLZSYAUZAVCNFSM6AAAAABMPHSWXGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBSGEYDKOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
Linton Hale
Web Developer, Internet Coach, Musician
707-206-5442 ***@***.***
<https://webwatchdawg.com/>
Terms of Service <https://webwatchdawg.com/terms-of-service/> | Privacy
Policy <https://webwatchdawg.com/privacy-policy/>
|
Beta Was this translation helpful? Give feedback.
-
Hi Franky!
What we'd like to do on the Front End Submit form is to require a payment for submitting the event listing. Is that possible?
On this page
https://www.e-dynamics.be/wordpress/frontend-submit/
I see the event property
use_braintree
which I have added to the Default form format on this page:
https://learnsonomacounty.com/wp-admin/admin.php?page=eme-options&tab=emefs
I have tried both
#_PROP{use_braintree}{binary}
and
#_PROP{use_braintree(*)}{binary}
but either way I just see a binary No/Yes dropdown menu under "Payment" field on our Frontend Submit page:
https://learnsonomacounty.com/list-your-class/
not the hoped for payment options.
I searched the document for "payment" and found that this says "When showing the payment form..."
https://www.e-dynamics.be/wordpress/payment-gateway-placeholders/
but how do you show the payment form?
Here's a picture of the Payments settings:
https://app.screencast.com/gyTprfqBf01sY
I'm fairly certain I've got the proper Merchant ID, Public, and Private Keys.
Here's the Frontend Submit Default form format code:
#_FIELD{event_name}
#_FIELD{event_category_ids}
Beta Was this translation helpful? Give feedback.
All reactions