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 Display x of more than x lines in <div> block(s) on html page randomly

    Hi Simon! Hope you are great! Any chance to solve this? Thanks Jean
  3. J

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

    Hi Simon! I`ve tried code for ONLY DIV5 and website was "working" = random every F5. I`ve set cookie to 120 seconds to test but still working every F5 under 120 seconds. So cookie is not working like I use it in code. AND if I try to adapt your code to all other 4 DIV`s website it`s not...
  4. J

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

    Hi Simon! Hope you are great! Would it be possible to create a further block = DIV5 that is visible once and once not AND if visible random content? Status 1: Not visible Status 2: Visible and random "Div Text5.1", "Div Text5.2", "Div Text5.3", "Div Text5.4", "Div Text5.5" I`ve tried a lot...
  5. J

    HTML Same value shown AND saved in form

    Hi! I do not understand that your answer has in common with my question I know that the values would be saved in hidden fields. That`s NOT te problem. My Question is: How to show the Value NAME from UTM Parameter in URL as Text on Website AND save the SAME VALUE NAME in Hidden field NAME?
  6. 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...
  7. J

    HTML Email Address Verification with Two Step Form

    Hi Simon! Sorry but I do not understand what you say. Do you have an example code for trying out?
  8. 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]"...
  9. J

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

    Hi Simon! This is one form code I use. <form action="https://formsubmit.co/[email protected]" method="POST" enctype="multipart/form-data" style="max-width:320px"> <input name="name" type="text" id="name" placeholder="Your first name" required> <input name="email" type="email"...
  10. J

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

    Hi Simon! In this case random would not be my idea. Example ALLOW: Someone submit form once but if s(he) submit twice forwarded to "Thank You" page 2. And if submit form again forwarded to "Thank You" page 3. And if submit form again forwarded to "Thank You" page 4. And so on So here I would...
  11. 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...
  12. J

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

    Hi Simon! Thanks for that link. I read that information like a few other ones but I do not understand how to do it. Could you please create a sample code for me I could use in that great code you already wrote for me? Thanks Jean
  13. J

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

    Hi Simon! Works great again ! Thanks very much! Sorry for late reply. Would it be possible to generate random site AND freeze/block this result for the user who opened the url? Example: User open url and get random result. But this random result does not change if this user refresh browser...
  14. J

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

    Hi Simon! Works great again ! Thanks very much again! Sorry for the code. I will use BBcode in the future. Would it be possible to create a further block = DIV4 that is visible once and once not? I mean the whole block not some lines of x like in DIV 1 and Div2. So if someone come to website...
  15. J

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

    Hi Simon! Works great! Thanks very much! I`ve tried to adapt that code to my needs with further div. I`ve tried to create a third DIV to shuffle only one of x, but it`s not working. I`ve changed several parameters but without success. And I would like to ask if it would be possible to...
  16. 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