-
How can I prefill an
and it partially works, since the email field is generated and filled, but it appears with all the other parts of the field configuration:
seems like a wrong escaping due to the expression ending tag. |
Beta Was this translation helpful? Give feedback.
Answered by
fluca1978
Feb 29, 2024
Replies: 1 comment 2 replies
-
I think I've solved by myself, but I would like to get a confirm or suggestion if this is not the best solution.
which produces:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fluca1978
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I've solved by myself, but I would like to get a confirm or suggestion if this is not the best solution.
Since
%=
starts a Perl line evaluation, I do not need to embed<%=
and I can insert the perl expression in the line:which produces: