Looking for the same thing, I mean validation of email through a dynamic text input. Any way to do it with Contact Form 7 dynamic text extension?
I’ve been looking to do something like this for a while. I’ve got a couple of meta_boxes generated by a plugin (Magic Fields). I’d like to order the boxes in a specific order for all users.
According to the Codex user_register is only called when a new user is added to the database.
So any changes will only affect NEW users if I understand this right. I’m wondering if there is another action hook that could be more appropriate or could allow wordpress to check if meta-box-order_post contains all the boxes and update the database in consequence…
I know it’s kind of tricky since the user can reorder the metaboxes as he wishes.