FIeld Change

Options
Hello,

Im trying to change the field text on a team raiser form.  We are trying to change "Maximum future payment" this is displayed from the delayed charge checkbox. Does anybody know where I can go to change the text?


 
Tagged:

Comments

  • Do you have the URL to that page that we could take a look into? Is it part of teamraiser registration form fields?


    Normally most labels are modifiable from the backend Luminate Online Admin site; but even if they aren't you should likely be able to do so through Javascript, targetting the ID of that HTML element  (hence seeing the actual page/URL would help us further identify these stuffs)


    regards,

    Daniel

    Joshua Cherwinski:

    Hello,

    Im trying to change the field text on a team raiser form.  We are trying to change "Maximum future payment" this is displayed from the delayed charge checkbox. Does anybody know where I can go to change the text?


     

     

  • I think this has to do with the DSP functionality in Teamraiser. You can change this text on the DSP donation form in the Installment Plan Donation Level item.
  • swim.savebay.org/swim17  


    register
  • Sorry just got to check this posting right now -- did went to your page from the URL below, but can't find the reference to that "delayed charge checkbox" so far -- let me know navigation wise how should I go to that place within your site, so I could take a look on the HTML element associated to that 


    oth, have you consider what Brian stated there, if that thing is a configuration wise you could modify from the backend DSP setting?  I personally have not really been using "delayed charge" mechanism on our teamraisers so far, thus not sure where to locate the DSP setting (but if there is no such setting -- I could probably help with overwriting that through Javascript, hence the question on the first paragraph)


    regards,

    Daniel  

    Joshua Cherwinski:

    swim.savebay.org/swim17  


    register

     

  • Nevermind, I found that label now -- it should be on the setting (see attached) as Brian has pointed out TeamRaiser > Edit > 12. Customize Page > Registration Summary


     a75496cad6d6272bd83a50cb829ebc22-huge-de


    but just in case (if this is still needed) -- alternatively you could modify that through Javascript/jQuery, you should likely be able to change that "Maximum Future Payment" into something else you wishes through this snippet / similar fashion like this

    <script type="text/javascript">

    $(document).ready(function(){
        $('span.dsp-future-amount-label').text('TEXT YOU WANT');

    });

    </script>



    see demo:

    https://jsfiddle.net/gtdf0dy7/


    You could copy paste this snippet into the "HTML Area" of your "Registration Summary" to overwrite the default  


    regards,

    Daniel

     

    Daniel Hartanto:

    Sorry just got to check this posting right now -- did went to your page from the URL below, but can't find the reference to that "delayed charge checkbox" so far -- let me know navigation wise how should I go to that place within your site, so I could take a look on the HTML element associated to that 


    oth, have you consider what Brian stated there, if that thing is a configuration wise you could modify from the backend DSP setting?  I personally have not really been using "delayed charge" mechanism on our teamraisers so far, thus not sure where to locate the DSP setting (but if there is no such setting -- I could probably help with overwriting that through Javascript, hence the question on the first paragraph)


    regards,

    Daniel  

    Joshua Cherwinski:

    swim.savebay.org/swim17  


    register

     

     

     

Categories