roundupwp
Forum Replies Created
-
This thread has been quiet for awhile. I’ll mark it resolved but let me know if you have more questions!
This thread has been quiet for awhile. I’ll mark it resolved but let me know if you have more questions!
Hi Georg,
Currently our free version offers only text fields. Our paid pro version has additional form field types including a textarea field. This may change in the future though!
Though you could use JavaScript to change one of the text fields into a textarea field. I haven’t tried this myself but I believe it would work.
Thanks,
Craig
Awesome! Glad it ended up being something you could fix yourself.
Let me know if you end up with any more questions.
– Craig
It seems I’m always redirected to a page with this message:
https://snipboard.io/YSHQnL.jpgIs there a limitation for certain IP addresses perhaps?
– Craig
Key kram09890,
Thanks for your interest!
Our paid “Pro” plugin would be able to help you but currently our registration forms are only working with events created by The Events Calendar. It does not work with any other custom post types other than “tribe_events”.
Since this is going to relate more to our Pro plugin, please contact us on our website if you have more questions. Thanks!
Link:
https://roundupwp.com/support/– Craig
This thread has been quiet for awhile now so I’ll mark it as resolved but let me know if you have more thoughts!
This thread has been quiet for awhile so I will mark this as resolved.
Hey Boris,
Sorry for the delayed response here!
I’m not sure what might be causing this though the success message does share a class with the other events notices. Are you hiding other notices with CSS by any chance? You could try adding this to the “Custom CSS” area on the “Form” tab:
.rtec-outer-wrap .tribe-events-notices { display: block !important; }Otherwise I can give you more direction if I could try the registration myself. We could try to arrange something if it would be possible to see the site first hand.
– Craig
Hey again tezalsec,
Typically there is a different message. Are you using a translation file or anything? I wonder if the two different messages are translated to the same thing perhaps.
Hi tjharley,
Booking venues is definitely not an ideal use of the plugin but we do have some users that use the plugin for this.
You would want to set up individual events that represent the block of time that the venue can be booked. Make sure to set a maximum registration limit of “1” and the one person that registers would then hold the venue booking for the duration of the event.
There may be better plugins for venue booking but this is how it could be done with ours!
– Craig
Glad you like the plugin!
I believe this may have something to do with the extension you are using to create the layout of this page but I’m not certain. If you’d like, you can contact us on our website and I can help you dig into this a bit more. We can test some things to fix it which I can include in future updates:
https://roundupwp.com/support/Otherwise, you can remove it with JavaScript. Add this to the “Custom JavaScript” area found on the “Form” tab:
if (jQuery('.rtec-outer-wrap.rtec-js-placement').length > 1) { jQuery('.rtec-outer-wrap.rtec-js-placement:nth-of-type(2)').remove(); }– Craig
The update is now available. Can you let me know if it helps? Like I said no one else has mentioned this but I’m guessing someone else has had an issue but maybe it was not reported. So I’d like to try to solve it if possible!
Thanks,
Craig
I just released an update that should allow for this! Not all HTML can be used but most HTML that is commonly used in a WordPress post is available.
I am going to make some changes to the code related to this feature. I’m hoping it will avoid any edge case scenarios like you are describing where either the server or the JavaScript misreads the result of the check.
It should be available in an update either today or tomorrow morning. After updating, let me know if there are still reports of this though it is difficult to debug if the issue can’t be recreated like you mentioned!