Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. J

    JavaScript Replace query parameter "+" in URL using Javascript/jQuery?

    Hi! Hope you are great! If I have an url like: https://mywebsitedotcom/folder?Name=Firstname+Lastname&City=New+York+City&Country=United+States with + for spaces HOW can I change url to: https://mywebsitedotcom/folder?Name=Firstname&20Lastname&City=New&20York&20City&Country=United&20States...
  2. J

    HTML Same value shown AND saved in form

    Hi! Hope you are all great! I have created form which I fill with UTM parameter like https://domain/form?Name=Jean This value is visible on website BUT NOT SAVED as hidden field too. I would like to use AND to save this value. I try so many things but Name=Jean is not saved as hidden field...
  3. J

    HTML Email Address Verification with Two Step Form

    Hi! Biggest Problem in Forms are invalid email addresses. Would it be possible to create a simple two step html verification like: First Form: Only Email Address and Submit including hidden Autoresponder Email and ThankYou Page <form action="https://formsubmit.co/[email protected]"...
  4. J

    HTML & CSS Avoid multiple form submissions OR allow and send to different URL for "Thank You" page

    Hi! Would it be possible to avoid multiple form submissions OR allow multiple form submissions and send them to different URL for "Thank You" page? Maybe via IP, Cookie or something? Example AVOID: Someone submit form once but if s(he) submit twice or more submissions is ignored only...
  5. J

    HTML Display x of more than x lines in <div> block(s) on html page randomly

    I have two DIV Blocks with always more than 5 Lines of text per DIV Block. <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <style> body {...
Back
Top Bottom