Added: 3 years ago
From: asib12
Views: 1,082
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (7)

Sign In or Sign Up now to post a comment!
  • how can i do, to if i leave a space in blank and send me an alert, and the i press OK, the form is cleaned, and i need to input again the name, and lastname... i mean, the form is cleared if i have a mistake, how can i do to not let be cleared in a mistake...sorry for my english -_-

  • @Zero0097 You can do that in PHP. If you check the form with PHP, you store the entries in PHP variables and they'll still be accessible after the form has been submitted, so then in the "value" attribute of each input, you have something like

    if ( isset ( $first_name ) )

    { echo $first_name;

    }

    and then if the a value was entered for first name, it will stay there after the form has been submitted.

  • @asib12 thanks, I'll see your PHP vids, it will be good a playlist for they, like JavaScript tuts.. see yaa

  • can you assign information retrieved from the forms to variables?

  • nice man

  • good job in this tutorial on events, but it would be better if I can hear you talk, it's too soft in this video =x

  • Umm, where's the first part? :(

  • Hmm, said it was uploaded. Lemme do it now.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more