Fix Drupal7 user registration form
Budget: €30 – €250 EUR
I built a registration form template for my drupal7 theme using this kind of syntax :
<div class="col-sm-12"><?php print render($form['account']['mail']);?></div>
for every default and custom user fields instead of calling the <?php print drupal_render_children($form); ?>
lastly i put <?php print drupal_render($form['actions']);?>
To add the "create account" button.
But the page is just refreshing, and nothing is being submitted or posted.
I'm not good with drupal7 and it's probably an easy fix for someone who knows it's way with it.
The work will be done in a preproduction environment, so every modifications have to be logged in order for me to send the modifications to the production environment.
<div class="col-sm-12"><?php print render($form['account']['mail']);?></div>
for every default and custom user fields instead of calling the <?php print drupal_render_children($form); ?>
lastly i put <?php print drupal_render($form['actions']);?>
To add the "create account" button.
But the page is just refreshing, and nothing is being submitted or posted.
I'm not good with drupal7 and it's probably an easy fix for someone who knows it's way with it.
The work will be done in a preproduction environment, so every modifications have to be logged in order for me to send the modifications to the production environment.