Hello!
I am learning how to use positions overrides.
- I created my form called Cadastro de Usuarios (cadastro_de_usuarios) and followed all instructions.
- I downloaded the overridetemplate.php.txt and changed its name to mainbody.php.
- I placed this file into /templates/seb_one/positions/cadastro_de_usuarios/site.
- Everything works when I use seblod_one.
- I downloaded and installed the SD Simple Simon template.
- I copied the folder cadastro_de_usuarios and pasted a copy into /templates/SimpleSimon/positions/cadastro_de_usuarios/site.
- Using <?php echo $cck->renderField( 'email' ); ?> displays the input field only.
Is there anything missing in SD Simple Simon that might be causing this?