Hi, guys, i want use jquery on my forms but i dont have idea how use this.

for example this my little form

<form action="<?php echo url_for('eventocomentario/create')?>"
method="post" id='contact_form'>
        <?php if (!$form->getObject()->isNew()): ?>
        <input type="hidden" name="sf_method" value="put" />
        <?php endif; ?>

                <ul>                                            
                <li class="clearfix">
                        <label for="usuario">Usuario</label>
                        <?php echo $form['usuario']?>
                        <div class="clear"></div>               
                </li>
                </ul>           
                <div id="button">               
                <input type='submit' id='send_message' class="button" 
value='Enviar
Comentario' />
                </div>
        </form>

i need send the data and update my table but without refresh the page,
because this only an comment.

only one field, but how use jq_submit_to_remote where ?  i search
examples in google but i dont see the bit.

the second stuff is in my action.

If you has an example please send me, or please send me an link.

Sorry for my English.

Regards.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to