Appnitro Software Forums » MachForm

Can I add my own text to a form?

(15 posts)
  • Started 3 years ago by lindsaybaker
  • Latest reply from redityo

  1. I want to create an electronic signature for my photography client contract. Is this possible?

    This is what I have come up with - file:///F:/Machforms/Econtract.html

    Because only the bottom signature and date fields are a part of machform I am unable to get the entire contract sent to my email for my files. Can anyone tell me if it is possible to set up my form so that I can get the entire contract set up as a machform?

    Thanks so much to anyone who can help me with this.

    Posted 3 years ago #
  2. Try the link again. You have it set to your local system and we can't access that! :)

    Saghalie

    Posted 3 years ago #
  3. I am not sure how link to it on the web.

    What I am trying to do now is use a section break field to enter my contract into the field label section. Sometimes it works, but it's not formatted correctly, or I get an error. I would love to be able to get my logo at the top, and my contract spaced properly and then have a check box, signature, and date below it. It must be possible somehow!

    Thanks for any help.

    Posted 3 years ago #
  4. I think I may have done it! Now, can I put my logo at the top?
    http://lstokesphotography.com/machform/view.php?id=10

    Posted 3 years ago #
  5. Hello Lindsay,

    You can use section break indeed to put your contract paragraph.
    Use <br /> tag to put a new line.

    If you are having difficulty, please mail directly to: customer.service [at] appnitro.com
    or submit your request here:
    http://www.appnitro.com/support/admin.php?pg=request

    I'll help you setting up the whole thing.

    Posted 3 years ago #
  6. oops.. you did it faster than me writing the post above!

    To change the logo, edit your CSS, search for logo section:

    /**** Logo Section  *****/
    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('../../../images/machform.gif');
    	background-repeat: no-repeat;
    }

    change the background-image line to use your logo.
    example:

    background-image: url('http://www.example.com/new_logo.gif');
    Posted 3 years ago #
  7. Thank-you so much!

    Posted 3 years ago #
  8. One more question... Can I make the space allocated for my logo larger? I can't seem to get it small enough to fit in the top bar how it is.

    Thanks again. I appreciate all the wonderful help offered here.

    Posted 3 years ago #
  9. Yes, simply adjust the height property on your CSS. I suggest to have a logo with width 640px, while the height is anything you like.

    Let say you have a logo with 300px height, then the CSS code would be:

    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:300px; /* <-- adjust this value */
    	height:300px; /* <-- adjust this value */
     	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('');
    	background-repeat: no-repeat;
    }
    
    #main_body h1 a
    {
    
    	display:block;
    	height:100%;
    	min-height:300px; /* <-- adjust this value */
    	height:300px; /* <-- adjust this value */
    	overflow:hidden;
    }
    Posted 3 years ago #
  10. Thank-you again! I am so pleased with the customer service from machform!

    Posted 3 years ago #
  11. I've posted my url for my image, but it doesn't show up. I looked through the entire forum and the answer seems to be the same as above. I have one form that doesn't change at all. What am I doing wrong?

    url: http://www.tfscnc.org/images/formslogo.gif

    Again, thank you for the awesome support you guys have provided. I have told all my techie buddies about this site. Hope they mention me as the referral person :))

    Posted 3 years ago #
  12. Hi,

    Can I have your form url ? It should work with that CSS modification.

    Posted 3 years ago #
  13. I am trying to do the same thing Lindsay did. Right now all my words, and paragraphs run together. I'm not sure where I need to put the breaks. TIA!

    Posted 2 years ago #
  14. Ok so I figured out the breaks but I am having trouble with one of my forms and the logo. It worked fine for 2 and I am doing the exact same thing (I think!!) for this one but I am getting this error message:

    Warning: Invalid argument supplied for foreach() in /home/frec/public_html/machform/includes/view-functions.php on line 550

    Warning: Invalid argument supplied for foreach() in /home/frec/public_html/machform/includes/view-functions.php on line 560

    Warning: Cannot modify header information - headers already sent by (output started at /home/frec/public_html/machform/includes/view-functions.php:550) in /home/frec/public_html/machform/view.php on line 89

    Anyone? TIA!!

    Posted 2 years ago #
  15. freckleface .. I've reply your mail, it seems you having problem with one of your field and for information it's fixed :)

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.