This question may be related to a resolved thread.
Hi,
I am using EE 2.1
I am using the following in an SAEF form.
{custom_fields}
{if required}* {/if}{field_label}
{field_instructions}
{formatting_buttons}
{field_instructions}
{if textarea}
<textarea id="{field_name}" name="{field_name}" dir="{text_direction}" cols="50" rows="{rows}">{field_data}</textarea>
{/if}
{if textinput}
<input type="text" dir="{text_direction}" id="{field_name}" name="{field_name}" value="{field_data}" maxlength="{maxlength}" size="50" />
{/if}etc..
the tag is applied to the field and not the label so the two get split on the page.
Is there a simple way round this? Seems strange.
Thanks, Alex
[Mod Edit: Moved to the CodeShare Corner forum]