codevelop
@codevelop on WordPress.org
- Member Since: November 26th, 2017
-
Posted a reply to 404, on the site WordPress.org Forums:
I had the same issue - turns out I was missing my .htaccess file. Hope… -
Posted a reply to Add a class (under Display Tab), on the site WordPress.org Forums:
What's the easiest way to share my code? I'm used to doing this through Github -
Created a topic, Works great!, on the site WordPress.org Forums:
Plugin works great. I had a few questions and ideas, a… -
Posted a reply to Disabled for logged in users, on the site WordPress.org Forums:
Thanks! If ever I get around to adding my plugin to Wordpress.org, I'll be sure… -
Posted a reply to Disabled for logged in users, on the site WordPress.org Forums:
Having separate field groups works, but isn't really a viable option What I meant about… -
Posted a reply to entry_saved hook, on the site WordPress.org Forums:
/** * Create entry when form is submitted * * @since 1.0.0 * */ function… -
Posted a reply to entry_saved hook, on the site WordPress.org Forums:
Correction, I think it would be best to hook into create_entry (not entry_saved) -
Created a topic, entry_saved hook, on the site WordPress.org Forums:
It'd be great if we could have a hook within entry_sav… -
Posted a reply to Hook for construct?, on the site WordPress.org Forums:
I just realized it's not so simple - since it's in the constructor, the defaults… -
Created a topic, Hook for construct?, on the site WordPress.org Forums:
Having just created my 2nd form on a site, I realize I… -
Posted a reply to Disabled for logged in users, on the site WordPress.org Forums:
I'd tried the same thing as well (great minds think alike!) but it sounds like… -
Created a topic, Add a class (under Display Tab), on the site WordPress.org Forums:
I wanted to see what was involved in adding a class to… -
Posted a reply to Disabled for logged in users, on the site WordPress.org Forums:
Thanks for the quick response. The problem with my current use-case is that the only… -
Posted a reply to Can we style the submit button, on the site WordPress.org Forums:
I was about to ask the same in regards to adding a class to the… -
Created a topic, Disabled for logged in users, on the site WordPress.org Forums:
It would be amazing if we could disable the captcha fo…