Title: Ghostflasher's Replies | WordPress.org

---

# Ghostflasher

  [  ](https://wordpress.org/support/users/ghostflasher/)

 *   [Profile](https://wordpress.org/support/users/ghostflasher/)
 *   [Topics Started](https://wordpress.org/support/users/ghostflasher/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ghostflasher/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ghostflasher/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ghostflasher/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ghostflasher/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ghostflasher/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/ghostflasher/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ghostflasher/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] timezone problem](https://wordpress.org/support/topic/timezone-problem-7/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/timezone-problem-7/#post-9289870)
 * thx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] send link text not changeable](https://wordpress.org/support/topic/send-link-text-not-changeable/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/send-link-text-not-changeable/#post-8853942)
 * thx, worked like a charm!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] selective form validation](https://wordpress.org/support/topic/selective-form-validation/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/selective-form-validation/#post-8721170)
 * sorry, formating got messed up
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] selective form validation](https://wordpress.org/support/topic/selective-form-validation/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/selective-form-validation/#post-8721164)
 * How can I let a fields validation pass, when another field is checked?
 * e.g.
 *     ```
       if( $field->name === 'field_a') {
       ```
   
 *  if( $field->value == ‘yes’ ) {
 *     ```
         /* code to set field_b->error_type = 'valid'
       ```
   
 *  }
    `}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] selective form validation](https://wordpress.org/support/topic/selective-form-validation/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/selective-form-validation/#post-8717482)
 * Thank you! I’ll check it out tomorrow morning!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] selective form validation](https://wordpress.org/support/topic/selective-form-validation/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/selective-form-validation/#post-8715659)
 * Hi,
 * thanks for your reply. I checkt the API but don’t understand to use it actually.
   Do u have an examplecode for “pdb-before_validate_field”?
 * best regards
    dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] checkboxes not checked anymore after validation error](https://wordpress.org/support/topic/checkboxes-not-checked-anymore-after-validation-error/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-not-checked-anymore-after-validation-error/#post-8566921)
 * Doing nothing to it. Just reading it out.
 * `$x = $_POST['something'];`
 * or
 * `print_r($_POST);`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] checkboxes not checked anymore after validation error](https://wordpress.org/support/topic/checkboxes-not-checked-anymore-after-validation-error/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/checkboxes-not-checked-anymore-after-validation-error/#post-8554968)
 * sorry, that is what I use. I copied the wrong function in my first post (label
   instead of form_element).
 * Here is an example:
 * `<div class=”inline-block”><?php $this_form->print_form_element(‘field1’); ?>
   </div>
    <label class=”control-label inline-block”><?php $this_form->print_title(‘
   field1’); ?></label>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] checkboxes not checked anymore after validation error](https://wordpress.org/support/topic/checkboxes-not-checked-anymore-after-validation-error/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/checkboxes-not-checked-anymore-after-validation-error/#post-8550606)
 * The value is just “yes” and it is not required.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Change fieldgroup of a field leads to loosing data](https://wordpress.org/support/topic/change-fieldgroup-of-a-field-leads-to-loosing-data/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/change-fieldgroup-of-a-field-leads-to-loosing-data/#post-8401336)
 * sorry, was my mistake. I use a custom template with the groups=”…” and i miss
   spelled this group there. thanks for the hint!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] radio buttons/other](https://wordpress.org/support/topic/radio-buttonsother/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/radio-buttonsother/#post-7460893)
 * resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] radio buttons/other](https://wordpress.org/support/topic/radio-buttonsother/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/radio-buttonsother/#post-7460892)
 * ok, never mind. a update from 2.6.5 to 2.6.8 solved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] empty fields after signup error](https://wordpress.org/support/topic/empty-fields-after-signup-error/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/empty-fields-after-signup-error/#post-6789437)
 * hey xnau,
 * sorry I didn’t reply that long. Had a lot of other stuff going on. The data is
   in the $_Post.
    I can retriev it e.g. by using:
 * `echo $_POST[first_name];`
 * My custom from uses the plugins functions to draw the form:
 *     ```
       <label class="control-label" for="pdb-first_name" >Vorname<span class="reqd">*</span></label>
                   <div class="controls"><?php $this_form->print_form_element('first_name'); ?> </div>
       ```
   
 * Just the value are not displayed in the fields after an error (e.g. not all required
   field are completed)
    Now…. how can I “inject” the $_POST data into your form
   element function?
 * thx
    dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] empty fields after signup error](https://wordpress.org/support/topic/empty-fields-after-signup-error/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/empty-fields-after-signup-error/#post-6789173)
 * Hey xnau,
 * like i wrote: I use a custom signup form. No acceleration service.
 * Cheers
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Let users delete their record](https://wordpress.org/support/topic/let-users-delete-their-record/)
 *  Thread Starter [Ghostflasher](https://wordpress.org/support/users/ghostflasher/)
 * (@ghostflasher)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/let-users-delete-their-record/#post-6754170)
 * nevermind… should check the docs next time… sorry

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/ghostflasher/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ghostflasher/replies/page/2/?output_format=md)