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.

print agreement text

  1. I've purchased the Developers version. I have a form that has a checkbox for "I Agree". I have a description that needs to be included when I print the entry. Is this possible? If not, is there another solution?
    Thanks!
    Cameron

    Posted 11 years ago on Tuesday May 7, 2013 | Permalink
  2. David Peralty

    Can you link to your form? Can you give us more information on what you are doing? Are you printing in the front end or back end? What field type is the information stored in?

    Posted 11 years ago on Tuesday May 7, 2013 | Permalink
  3. It's a long lease application form:
    https://www.oldtownsq.com/lease-application/
    Towards the end of the application is an "I Agree" checkbox with a length description. e.g. "I (We) certify that the facts set forth in this rental application are TRUE and COMPLETE...."
    Printing an entry from within the admin.

    Posted 11 years ago on Tuesday May 7, 2013 | Permalink
  4. David Peralty

    For that checkbox, the description is a field description? I'm sorry, I can't go through eight pages of application to see how you have this set-up...

    Posted 11 years ago on Tuesday May 7, 2013 | Permalink
  5. Yes. A Field Label description.

    Posted 11 years ago on Wednesday May 8, 2013 | Permalink
  6. Just checking-in on this. Any thoughts regarding how I can get some text to print when printing a notification?
    Thanks!
    Cameron

    Posted 11 years ago on Monday May 13, 2013 | Permalink
  7. cesarhanke
    Member

    I'm interested in this solution as well

    Posted 11 years ago on Tuesday May 28, 2013 | Permalink
  8. I think I would copy the text you want from wherever it is in the form, using JavaScript or jQuery, and copy it into a hidden field on the form, so that when the form is submitted, the text they agreed to becomes part of the entry. Then, when you print it, you will be printing that as well.

    You could also just copy the text you want and paste it into the hidden field, then not rely on jQuery at all to copy it, but now you will have to maintain two copies of the data. Better to store the data in one place and then use it multiple times.

    Here is an explanation of copying a value from one element to another on a page, with jQuery: http://stackoverflow.com/a/15071297

    Posted 11 years ago on Friday May 31, 2013 | Permalink
  9. Copying the text into a hidden field worked. Thanks, Chris!

    Posted 11 years ago on Tuesday July 2, 2013 | Permalink

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