JoeBrooks
-
Building a search form
I found some code to do what I want :D function misMakeUrl() { var url='http://yoururl.com/'; var comma='?'; if(document.myWebForm.Option1.value!="") { url+=comma+"Option1="+do…
-
Building a search form
In trying to google for answer, I keep searching 'build web form' and everything coming back thus far is about building comment forms, or email collection forms. That's not entirely what I'm doing here. If someone can give me a p…
-
Change content in DIV based on link click
And it's actually for the mobile version of the site. Here is the page: http://tomroof.com/tinymonster/about-us/ I have another question. Instead of rewriting the text inside the script, is there a way to call on a Custom Field slug's te…
-
Change content in DIV based on link click
It's for a biography page on my client's site. What they want is three photos , and when one photo is clicked the person's bio appears beneath. What you have works on codepen.. I have ZERO experience with JS or Jquery, how do I go a…
-
Change content in DIV based on link click
Thanks John, I'll give it a shot :)
-
Change content in DIV based on link click
I would like to show / hide content for each link. For some reason in your example when I move my mouse out of the clickable area it reverts back to the original. I would like the new state to stay visable.
-
Adding an anti-spam feature to my WordPress widget form.
Any ideas ? :(
-
Question about Design view vs Code editor
The browser is your live mode :)
-
Adding an anti-spam feature to my WordPress widget form.
For further clarification: What I have added so far is lines 372 - 382, the reCaptcha form. I believe I need to add something to the submit button, but I'm not entirely sure what, or what it is supposed to look like.