PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

gform_validation question

  1. idealists
    Member

    I need to modify the value of a (hidden) field while in gform_validation.

    How can I do this?

    Thanks

    Posted 12 years ago on Sunday May 8, 2011 | Permalink
  2. idealists
    Member

    Anybody?

    Posted 12 years ago on Monday May 9, 2011 | Permalink
  3. Hi idealist,

    You should be able to modify it directly in the $_POST.

    [php]
    $_POST['input_2'] = 'newvalue';
    Posted 12 years ago on Monday May 9, 2011 | Permalink
  4. idealists
    Member

    Thanks mate, that works a charm!

    Posted 12 years ago on Tuesday May 10, 2011 | Permalink

This topic has been resolved and has been closed to new replies.