Comments on: How to Build a WordPress Event Registration System https://registrationmagic.com/build-wordpress-event-registration-system/ WordPress User Registrations Forms Plugin Tue, 23 Jul 2024 09:39:58 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: RegistrationMagic https://registrationmagic.com/build-wordpress-event-registration-system/#comment-110606 Mon, 10 May 2021 11:03:25 +0000 http://registrationmagic.com/?p=23065#comment-110606 In reply to Richard Van Der Spuy.

All the form submissions are stored in the following table: rm_submissions. You can fetch details from this table via code.

]]>
By: Richard Van Der Spuy https://registrationmagic.com/build-wordpress-event-registration-system/#comment-110468 Tue, 04 May 2021 20:40:51 +0000 http://registrationmagic.com/?p=23065#comment-110468 Hi there,

If a user registers an account and there are various fields i.e. checkbox’s with specific values that are selected. Can those values be individually be obtained via code? Let’s say I’d like to match those values with specific categories in a post type so that I could filter posts by category by that specific (logged in) user on a custom filtered posts results page.

]]>