First off, thanks for any reply and help.

This is a table div in php I guess.
I need this to generate an email. I saw this first line somewhere online and I'm not sure whether or not this would defintely generate a response email.
You dont really need to go through the whole code, my issue is with sending the info. will this get through to the email address given?

Thank you again.

    <div class="row">
            <div class="span12">



<form action="mailto:you@yourdomain.com" method="post" enctype="text/plain">   
    <form id="form1" action="inquerito.php" method="post" name="form1">
        <table id="tbl_inquerito" width="100%%" cellspacing="0" cellpadding="0" border="0">
            <tbody>
                <tr>
                    <td colspan="5">
                        <table width="100%%" cellspacing="0" cellpadding="0" border="0">
                            <tbody>
                                <tr>
                                    <td width="15%" style="text-align:left;">

                                        Nº Cliente

                                    </td>
                                    <td width="35%" style="text-align:left;">
                                        <label>
                                            <input id="n_cliente" type="text" name="n_cliente"></input>
                                        </label>
                                    </td>
                                    <td width="15%" style="text-align:left;">

                                        E-Mail

                                    </td>
                                    <td width="35%" style="text-align:left;">
                                        <label>
                                            <input id="email" type="text" name="email"></input>
                                        </label>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td colspan="5">
                        <table width="100%%" cellspacing="0" cellpadding="0" border="0">
                            <tbody>
                                <tr>
                                    <td width="15%" style="text-align:left;">

                                        Telefone

                                    </td>
                                    <td width="35%" style="text-align:left;">
                                        <label>
                                            <input id="telefone" type="text" name="telefone"></input>
                                        </label>
                                    </td>
                                    <td width="15%" style="text-align:left;">

                                        Localidade

                                    </td>
                                    <td width="35%" style="text-align:left;">
                                        <label>
                                            <input id="email2" type="text" name="localidade"></input>
                                        </label>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td></td>
                    <td valign="bottom">
                        <strong>

                            Ins

                        </strong>


                    </td>
                    <td valign="bottom">
                        <strong>

                            Suf

                        </strong>



                    </td>
                    <td valign="bottom">
                        <strong>

                            Bom

                        </strong>
                    </td>
                    <td valign="bottom">
                        <strong>

                            M.Bom

                        </strong>
                    </td>
                </tr>
                <tr style="background:url(images/separador.jpg) bottom no-repeat;">
                    <td style="text-align:left;">

                        Os Funcionários da House Fix apresentaram-se devidamente  identificados, fardados e responderam a todas as suas questões   de forma clara e educada.

                    </td>
                    <td>
                        <input id="apresentacao" type="radio" value="Insuficiente" name="apresentacao"></input>
                    </td>
                    <td>
                        <input id="apresentacao" type="radio" value="Suficiente" name="apresentacao"></input>
                    </td>
                    <td>
                        <input id="apresentacao" type="radio" value="Bom" name="apresentacao"></input>
                    </td>
                    <td>
                        <input id="apresentacao" type="radio" value="Muito Bom" name="apresentacao"></input>
                    </td>
                </tr>
                <tr style="background:url(images/separador.jpg) bottom no-repeat;">
                    <td style="text-align:left">

                        Os horários acordados foram respeitados

                    </td>
                    <td>
                        <input id="horarios" type="radio" value="Insuficiente" name="horarios"></input>
                    </td>
                    <td>
                        <input id="horarios" type="radio" value="Suficiente" name="horarios"></input>
                    </td>
                    <td>
                        <input id="horarios" type="radio" value="Bom" name="horarios"></input>
                    </td>
                    <td>
                        <input id="horarios" type="radio" value="Muito Bom" name="horarios"></input>
                    </td>
                </tr>
                <tr style="background:url(images/separador.jpg) bottom no-repeat;">
                    <td style="text-align:left">

                        O serviço foi realizado no prazo previsto

                    </td>
                    <td>
                        <input id="prazo" type="radio" value="Insuficiente" name="prazo"></input>
                    </td>
                    <td>
                        <input id="prazo" type="radio" value="Suficiente" name="prazo"></input>
                    </td>
                    <td>
                        <input id="prazo" type="radio" value="Bom" name="prazo"></input>
                    </td>
                    <td>
                        <input id="prazo" type="radio" value="Muito Bom" name="prazo"></input>
                    </td>
                </tr>
                <tr style="background:url(images/separador.jpg) bottom no-repeat;">
                    <td style="text-align:left">

                        O resultado final está de acordo com as suas espectativas de qualidade

                    </td>
                    <td>
                        <input id="qualidade" type="radio" value="Insuficiente" name="qualidade"></input>
                    </td>
                    <td>
                        <input id="qualidade" type="radio" value="Suficiente" name="qualidade"></input>
                    </td>
                    <td>
                        <input id="qualidade" type="radio" value="Bom" name="qualidade"></input>
                    </td>
                    <td>
                        <input id="qualidade" type="radio" value="Muito Bom" name="qualidade"></input>
                    </td>
                </tr>
                <tr style="background:url(images/separador.jpg) bottom no-repeat;">
                    <td style="text-align:left; ">

                        Os produtos e  equipamentos utilizados foram adequados à realização  do serviço realizado

                    </td>
                    <td>
                        <input id="equipamentos" type="radio" value="Insuficiente" name="equipamentos"></input>
                    </td>
                    <td>
                        <input id="equipamentos" type="radio" value="Suficiente" name="equipamentos"></input>
                    </td>
                    <td>
                        <input id="equipamentos" type="radio" value="Bom" name="equipamentos"></input>
                    </td>
                    <td>
                        <input id="equipamentos" type="radio" value="Muito Bom" name="equipamentos"></input>
                    </td>
                </tr>
                <tr>
                    <td colspan="5">
                        <p style="margin:0; padding:0; text-align:left;">

                            Recomendaria os nossos serviços? 


                            <label>


                                          Sim


                                <input id="recomenda" type="radio" value="Sim" name="recomenda"></input>
                            </label>


                                      Não 


                            <input id="recomenda" type="radio" value="Não" name="recomenda"></input>
                            <br></br>
                        </p>
                    </td>
                </tr>
                <tr>
                    <td colspan="5">

                        Observações:

                        <br></br>
                        <label>
                            <textarea id="observacoes" rows="5" cols="35" name="observacoes">

Recommended Answers

All 3 Replies

Member Avatar for LastMitch

I need this to generate an email. I saw this first line somewhere online and I'm not sure whether or not this would defintely generate a response email.

@ruif3rro

The answer is NO.

You dont really need to go through the whole code, my issue is with sending the info. will this get through to the email address given?

The answer is NO too

In order to email form you need a second file that contains mail() function.

That will send info to email

Tahnks for the help but do you have an alternative?
How can i make this work?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.