Jump to content

Aggiunta campo nell'identity.tpl


magnus77

Recommended Posts

Ciao a tutti,

stavo provando ad aggiungere un campo nella pagina di modifica dati personali ( template identity.tpl ):

 

<div class="required form-group">
                    <label for="documentid" class="required">
                        {l s='Document Id'} 
                    </label>
                    <input class="is_required validate form-control" data-validate="isName" type="text" name="documentid" id="documentid" value="{$smarty.post.documentid}" />
                </div>
 
Il campo si vede a video, ma il valore presente a db non viene riportato...
Qualcuno sa darmi una mano? :)
 
Se provo a scrivere:
 
echo $this->customer->documentId;
 
nel file identityController.php 
viene restituito il valore ( in alto... ).
 
Come fare?:(
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...