tomtomhitter
Forum Replies Created
-
EDIT: Maybe as a workaround I could use PHP to remove the fields I don’t need in certain circumstances.
Perhaps that method would be easier..?
Sorry, perhaps I wasn’t clear in my message.
If I add a field/change the fields, it will alter the event submit form.
I would like to have a completely seperate custom form (built/modified from the admin panel), with different fields, for use in other event types.
So, the shortcode would look something like:
[submit_event_form] form default use, and [custom_submit_event_form] for other uses.Is that possible?
Many Thanks.
Thanks for your reply.
I resolved this issue today.It was caused by conflict between Wp Events and another plugin I use for creating popups.
Once I deleted my popup called “Register”, everything worked as it should!!One other question though:
Is it possible to have multiple “event submission” forms?
I want to have a “free submission form” form and a “paid submission form” (which will only update the database after receiving an IPN from PayPal).
I have the custom paypal button and IPN etup and working, but will need to replace the “submit” button on the WP Events.Thanks again.
Thanks for your reply!
I am already using specific user role accessibility to govern which user have access to the event posting options.After hours of googling I think I found the answer in “Paypal IPN”, in conjunction with a custom form and some PHP.
There are many tutorials on how to do almost exactly what I need to do.
However, I can’t find an equivalent for STRIPE.