fxdaddy
Forum Replies Created
-
Forum: Plugins
In reply to: [IP Geo Block] error report on latest updateI would consider it fixed. Thanks!
Forum: Plugins
In reply to: [IP Geo Block] error report on latest updateHi,
Thanks for the quick update. It worked for me and I did have to deactivate the plugin then reactivate. I also had to refresh the screen a couple of times for the error to go away.
Forum: Fixing WordPress
In reply to: I can’t my form to call a javascript functionOK, I finally got it! It was because the JS was looking for form[0] as the first form on the page. It works when I do a standalone page but when I put it into the WP template, form[0] is actually the search widget. I changed the JS to reference form[1] and it worked. I appreciate your help!!
Forum: Fixing WordPress
In reply to: I can’t my form to call a javascript functionThis was a great idea and I will use it to get the formatting on my homepage to work, but it still doesn’t pass the information correctly. I tried putting it in the loop, out of the loop, etc. I also tried changing themes and it didn’t work. Here is what I pasted into the new template, maybe you can see something I’m missing. I really appreciate you helping me on this one, thanks!
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: I can’t my form to call a javascript functionThanks esmi, but I have been through those pages extensively. I have tried them and they do not work. It looks like my onSubmit is not being called at the time of the form submission. I have turned off the visual editor. I have tried onSubmit at the form level and onClick at the submission button level. Any other ideas?
Thanks!