Hi, @KK
I have 3 images for a user to select a language. So, I'm reusing the code repeated for each language.
In the html output i get
Do I need this

I have 3 images for a user to select a language. So, I'm reusing the code repeated for each language.
- Code: Select all
<cms:form method="post" anchor='0' >
<cms:if k_success >
<cms:set_session name='language' value='en' />
<cms:redirect k_page_link />
</cms:if>
<cms:input name="submit" type="submit" class="us rounded"/>
</cms:form>
In the html output i get
- Code: Select all
<a name="kformname0"></a>
<form method="post" name="kformname0" action="" accept-charset="utf-8">
<input type="submit" name="submit" id="submit" value="" class="us rounded"/>
<input type="hidden" name="k_hid_kformname0" id="k_hid_kformname0" value="kformname0" />
</form>
Do I need this
- Code: Select all
<a name="kformname0"></a>
