• I have a form in which the field [text BC default:get] is automatically filled in via a link ?BC=4711. This runs wonderful.

    The field should not be visible in the form itself.

    If I name the field [hidden text BC default:get], the field disappears in the form but with the link https://myside.de/test-formular/?BC=4711 the field is not filled in anymore.

    Is there a solution for this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter siegfriedkoeln

    (@siegfriedkoeln)

    Thank you very much for the quick reply.

    But this is not my problem.

    No matter if I use the code
    [text BC default:get] or
    [text BC default:get default:post_meta "BC"]
    everything is fine.

    As soon as I integrate into the code hidden
    [hidden text BC default:get] or
    [hidden text BC default:get default:post_meta “BC”]
    the field is not visible in the form but the link …./?BC=4711 so the 4711 do not appear in the field BC when I get the mail.

    Is there another possibility not to show the field BC in the form, but still to get the 4711 in the field BC with the mail I receive.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Because the name of the [hidden text BC default:get] form-tag is text, not BC.

    See Form-tag syntax

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with hidden field’ is closed to new replies.