No Output with variable
Hi Low,
EE 2.5.5
LV 2.3.4
I've got two text variables both with Early Parsing = no and hidden="yes" The first variable is output just fine, however the second variable will not output when using the exp:low_variables tag - If I write it like {lv-member-contact} it works fine, but I need to use preparse in this case. I've tried using both :single and :parse with no change.
Code
{exp:low_variables:single var="lv-doctype-header"}
.... more code here
{exp:low_variables:single var="lv-member-contact"
preparse:mbr-id="{segment_3}"
}
please advise.
Replies
Low 6 May 2013 16:52
Hey Sean,
Is the variable where it doesn't work a Textarea var? The preparse:-param is only available in the Textarea vars.
Sean 6 May 2013 17:35
Low yes it is a textarea
Low 6 May 2013 18:19
Can you enable template debugging and copy/paste all lines that mention LV here?
Sean 6 May 2013 19:26
Low,
here it is. Everywhere there's a blank space there's a bunch of unrelated lines which I deleted.
Low 7 May 2013 07:11
Okay, so the lv-member-contact var is not working properly? What is in the var and what did you expect to get back?
Sean 7 May 2013 14:17
Low,
It contains a freeform form and I'm expecting it to output the form, which it does if I don't use the exp:low_variables:single tag. I've currently copied a working form from a different page and am going to modify this form to work with segment_3 passed through as a preparse as soon as I can get the form to appear on the page.
Low 7 May 2013 14:32
Any chance for me to take a look myself? SuperAdmin login credentials can be sent to hi at gotolow dot com.
Sean 7 May 2013 15:29
Low, have sent you an email.