PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Asterisk replacement

  1. http://www.gravityhelp.com/forums/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-10911

    Not sure where to put the script.

    and as is?

    in

    page.php or functions php

    I'm thinking this is a lame question....

    Posted 12 years ago on Monday August 6, 2012 | Permalink
  2. David Peralty

    Here is our documentation on where code goes:
    http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F

    Hope this helps.

    Posted 12 years ago on Monday August 6, 2012 | Permalink
  3. thanks again dude!

    Posted 12 years ago on Tuesday August 7, 2012 | Permalink
  4. I plonked the code in the header.php but no joy

    :(

    What have I done now?

    Posted 12 years ago on Tuesday August 7, 2012 | Permalink
  5. Please post a link to your site so we can see what you've done and how we can help.

    Posted 12 years ago on Tuesday August 7, 2012 | Permalink
  6. http://www.neuroknowhow.com/send-us-a-message/

    can't get the jquery to work still

    :O(

    The drop down field has ceased

    Woe be tied! (such a drama queen)

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  7. Apols I know you have a adeguate response time, But now no forms are showing up at all

    I added and removed the jquery from the header... and now... Kaput

    :(

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  8. OK, sorted part of it.

    but the http://www.neuroknowhow.com/send-us-a-message/

    drop down doesn't work.

    What have I ballsed up this time... clues?

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  9. Gotta be a theme issue, what happens if you turn off the "enhanced user interface" for the drop down?

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  10. The first time I loaded your site today, there was no form and there were jQuery errors. I refreshed though and see the form. Screenshot http://minus.com/mxCuJi0jt/

    I have no idea how you did that honestly. Can you go back to where you were a day ago. Or, duplicate the form, embed that in a new page, without the jQuery to change the asterisk? Then we can start over and check at each step of the way.

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  11. The asterisk Jquery isnt there, will try enhanced user interface. Cant remember if I had it on

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  12. Rob you is a GravityForms http://www.youtube.com/watch?v=PjODfx5za9M

    Ok you NewtonTheory Genius's help with the jquery asterisk

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  13. Rob I'm married, not coming on to you just being silly!

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  14. so dont get scared!= or excited!

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  15. @Joseph, where are you with this right now? Is the enhanced interface for the drop down fixed (looks like it is)? And we are back to the original question?

    If we're talking about replacing the asterisk, please let us know exactly what you did, what code you used, and where you placed it. Thank you.

    Posted 12 years ago on Saturday August 11, 2012 | Permalink
  16. This is what it looked like when I pasted the code
    http://i.minus.com/ibhSYZiOcjIYGK.png

    This is where I pasted it
    http://i.minus.com/i2nFRCCvAissy.png

    I dont want to put it on live as it will affect the forms

    Posted 12 years ago on Monday August 20, 2012 | Permalink
  17. Looks like you found that code in this post (I am posting the link here for reference):
    http://www.gravityhelp.com/forums/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-10911

    If that's the case, can you make this small modification to it: add the $ inside the function():

    [js]
    <script type="text/javascript">
    	jQuery(document).ready(function($) {
    		$(".gform_wrapper .gfield_required").html("* required field");
    	});
    </script>

    There is only one character changed between what you used and what I suggest. I put this in effect on this page using a similar approach: http://gravity.chrishajer.com/simple-image-upload/

    I don't think that was what messed up your page layout, but I do know that change made this code work on my site. Without seeing your page in a broken state, it's going to be hard for us to see what caused the problem.

    You can always make it live for a minute then check the W3C validator to see if there are any syntax errors which would cause a layout problem like that.

    Posted 12 years ago on Tuesday August 21, 2012 | Permalink
  18. cool!

    Will have a dabble in a bit!

    The music from Shaft comes to mind with your Gravity Badassness!

    Posted 12 years ago on Tuesday August 21, 2012 | Permalink
  19. It seems to have worked, on all pages but one. However that might be due to browser cache

    Posted 12 years ago on Thursday August 23, 2012 | Permalink
  20. this doesn't work

    http://www.neuroknowhow.com/send-us-a-message/

    check

    Posted 12 years ago on Thursday August 23, 2012 | Permalink
  21. sorry to impatient!!!

    cheeeeeers all good!

    Posted 12 years ago on Thursday August 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.