Appnitro Software Forums » MachForm

How do I get fields on the same line?

(94 posts)

  1. Section break should be working as well. However, you need to find this code:

    #main_body form li.section_break
    {
    	border-top:1px dotted #ccc;
    	margin-top:9px;
    	padding-bottom:0;
    	padding-left:9px;
    	padding-top:13px;
    	width:97% !important;
    }

    remove the "!important" from the width property.

    Posted 2 years ago #
  2. I have tried to follow these suggestions - finally, i got some fields to populate the same line. However, now those fields don't accept text. Please help - see:

    http://72.18.242.97/mform/view.php?id=2

    Posted 2 years ago #
  3. I think I finally figured it out - I just needed crash course in CSS :-)

    Posted 2 years ago #
  4. Hi there,

    Is there anyway to get the form field, next to the text, instead of below it?

    http://www.communitybank-secure.com/Estatements/secure_form/view.php?id=1

    Kind of working on a deadline and having some trouble on this one.

    Thanks in advance:)

    Posted 1 year ago #
  5. chickgeek,

    yes, you might want to check this post:
    http://www.appnitro.com/forums/topic/label-038-input-box-on-same-lin?replies=13

    Posted 1 year ago #
  6. I have tried the css code, but I myust be doing something wrong. My web site is
    http://www.tucsonsquaredancefestival.com/machform/manage_form.php
    If you could look at Test2 and advise it would help.

    Jim

    Posted 10 months ago #
  7. Never mind. I finally got it.

    Jim

    Posted 10 months ago #
  8. I need help with arranging the text fields as described in this post, i followed the instructions but now its all showing not in a order, also if there is error highlight only one of the fields work the other one don't.

    here is my current form:

    http://www.amazingagents.ca/formadmin/view.php?id=2

    I am working on a deadline and i need my form to look like this:

    http://webdesignlabs.ca/sample_form.jpg

    also would like to know how do I change the submit button to an image as a button

    Posted 10 months ago #
  9. ozalkl -- can you contact us directly and let us know the login to your machform please? I think it would be easier for us to help you directly.

    Please mail to: customer.service [at] appnitro.com

    Posted 10 months ago #
  10. i am trying to add a field next to a "name" field. the name field has two parts, first name and last name as generated by the machform generator. in my case, the name field id is li="18" - the first name id is li="18_1" and the last name id is li="18_2". i am trying to move a field called "relationship" to the same line with the same spacing as between the the first and last name fields. following the directions in the forum, i have the "relationship" field on the same line (using the id - li="18" only) but with way too much space between it and the name fields. none of the fixes in the forum for this problem work as i guess that having the 2 name fields with their corresponding sub id's can't be adjusted the same way regular field can. does anyone have a possible fix?

    my form is here... http://bigdogsatellitepocatello.com/machform/view.php?id=1

    Posted 6 months ago #
  11. also... as long as i might get an answer... i would like add a label below the "relationship" field just like the labels under the name field (first, last) so it will blend in with the look of the "line". of course i can do this with html, but since this is being generated on the fly... i don't know. i do know how to remove the bold label above the field... :] the instructions worked perfectly for lining up the email and phone number fields (at the bottom of he form). thanks for any responses and help!

    Posted 6 months ago #
  12. You can try changing the container width of the name field, edit this code:

    #li_18{
    	float: left;
    	width: 55%;
    	clear: both;
    }

    try change it to become:

    #li_18{
    	float: left;
    	width: 37%;
    	clear: both;
    }

    I think that should reduce the large space between those name and relationship field.

    Posted 6 months ago #
  13. Hi,

    Five years ago this post was made regarding side by side fields on a form:

    Awesome, thanks for the tip. Perhaps this functionality could be built into the front end of the next version of Machform? Just a suggestion. Thanks!

    POSTED 3 YEARS AGO #
    yuniar
    MachForm Founder

    Great idea. But I'm afraid it won't be in the next few months. There are lot of other major features I'm currently working on to be added in the next version, which I'm sure you will love it! :-)
    _______

    Is this going to be done?

    Thank you,

    Richard

    Posted 4 months ago #
  14. i Have a question how do you get two checked boxes next to each other instead of one under the other. i have tried diffrent things posted and nothing is seeming to work.

    Posted 2 weeks ago #

RSS feed for this topic

Reply

You must log in to post.