Visualizzazione dei risultati da 1 a 4 su 4
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    10

    Reindirizzare da una form di raccolta dati... aiuto!!!

    Ciao a tutti questo è il mio primo post e credo che il mio problema, su cui mi sto scervellando da due giorni, sia per voi di facile soluzione. In poche parole devo creare una form per l'iscrizione a una mailing list, e questa mi viene fornita "prestampata" da un sito a cui sono iscritto che mi gestisce tutta la mailing list, quindi suppongo di non poterla cambiare. Ecco il codice:

    Codice PHP:
    <form action="http://www.responsemagic.com/signup.php" method="post">
    <
    input type="hidden" name="frmOrigin" value="Fill Out This Form so That We Can Personalize the Movie for You...">
    <
    input type="hidden" name="frmNotify" value="1">
    <
    input type="hidden" name="frmUserId" value="***">
    <
    input type="hidden" name="frmUser" value="***">
    <
    input type="hidden" name="frmMUser" value="">
    <
    input type="hidden" name="slaveForm" value="">
    <
    input type="hidden" name="frmList" value="1">
    <
    input type="hidden" name="frmFromEmail" value="***@***.**"
    <
    table width="65%" border="0" align="center" cellpadding="4" cellspacing="2" style="border: 1px solid #164886">
    <
    tr
    <
    td colspan="2" bgcolor="#164886" align="center"
    <
    span style="font-family: Verdana, Arial, Helvetica; font-weight:bold; font-size: 9pt; color: #FFFFFF; text-align: center; background: #164886;">
    Fill Out This Form so That We Can Personalize the Movie for You...</span>
    </
    td>
    </
    tr>
    <
    tr bgColor="#EDEEEF">
    <
    td width="50%" align="right">
    [
    b]<span style="font-family: Verdana, Arial, Helvetica; font-size: 8pt; color: #164886;">Email Address:</span>[/b]
    </
    td>
    <
    td width="50%"><input type="text" size="30" name="frmEmail" style="font-family: Verdana, Arial, Helvetica; font-size: 7pt; font-weight: bold; color: #164886; background: #FFFFFF; border: 1px solid #164886; "></td>
    </
    tr>
    <
    tr bgColor="#EDEEEF"
    <
    td align="right">
    [
    b]<span style="font-family:Verdana, Arial, Helvetica;font-size: 8pt; color: #164886;">First Name:</span>[/b]
    </
    td>
    <
    td>
        


    <
    input name="frmFirst" type="text" style="font-family: Verdana, Arial, Helvetica; font-size: 7pt; font-weight: bold; color: #164886; background: #FFFFFF; border: 1px solid #164886; " size="30">
    </
    td>
    </
    tr>

    <
    tr bgColor="#EDEEEF"
    <
    td align="right">
    [
    b]<span style="font-family:Verdana, Arial, Helvetica;font-size: 8pt; color: #164886;">Last Name:</span>[/b]
    </
    td>
    <
    td>


    <
    input name="frmLast" type="text" style="font-family: Verdana, Arial, Helvetica; font-size: 7pt; font-weight: bold; color: #164886; background: #FFFFFF; border: 1px solid #164886; " size="30"></td>
    </
    tr>

    <
    input type="hidden" name="frmURL" value="http://website.ws/kvmlm2/_show.dhtml?speed=high&sponsor=coco06&fname=&lname=">            
    <
    tr bgColor="#EDEEEF"
    <
    td align="center" valign="top" colspan="2">
    <
    input type="submit" name="Submit" value="Submit" style="font-family: Verdana, Arial, Helvetica; font-size: 8pt; font-weight: bold; color: #164886; background: #FFFFFF; border: 1px solid #164886; cursor: hand; cursor: pointer;">
    </
    td>
    </
    tr>
    </
    table>

    </
    form
    In poche parole l'utente inserisce nome cognome e e-mail, che vengono inviate al sito che lo registra così nella mailing list. A questo punto l'utente viene reindirizzato (frmURL) a un video con url http://.../_show.dhtml?speed=high&sp...&fname=&lname= . Io vorrei fare in modo che dopo fname= nell'url compaia il nome dell'utente (frmFirst nella form) e dopo lname= il suo cognome, per favore aiutatemi!!!

  2. #2
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    10
    up

  3. #3
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    10
    up nessuna idea???

  4. #4
    Utente di HTML.it
    Registrato dal
    Apr 2006
    Messaggi
    10
    ariup

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.