Reply To: Getting just the data out…

Home Forums Quform WordPress Getting just the data out… Reply To: Getting just the data out…

#32242
jwrbloom
Participant

That was the full code.

Then I marked that out and put this:


add_action('quform_get_value_for_storage_10', function ($value, Quform_Element_Field $element, Quform_Form $form) {
    $value = my_encrypt_element_value($value);
 
    return $value;
}, 10, 3);

Same error.

  • This reply was modified 3 years, 5 months ago by jwrbloom.
  • This reply was modified 3 years, 5 months ago by jwrbloom.
  • This reply was modified 3 years, 5 months ago by jwrbloom.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy