Hi Bob!thanks for your infinite patience!
Now i don't need of multipage form.
In this moment i have 2 form with 1 databse table.
1st "Registra Chiamata" and 2nd "trasforma in pratica"
I try with your code in 1st and 2nd form.Nothing...
I try to show my steps example:
1.write your name

2.Save the form

3.Click on the edit(Vedi) in chronoconnctivity table

4.Open the record and click on the "Trasforma Pratica" (is 2nd form)
this is the link
- Code: Select all
<a href="http://www.mysite.com/index.php?option=com_chronocontact&chronoformname=Pratica1&task=editrecord&mids={nome}&mmids={cognome}&cids={cf_id}"><img src="images/stories/gestionale/botttrasforma.jpg" alt="" width="115" height="18" />

5.This is the result

Ps. in second form for "nome" field i've this value:
- Code: Select all
<?php echo $posted['nome']; ?>