This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

[REQUEST] Insert Image


  1. viksra
    Member

    Hi,

    I was wondering if you could add an INSERT IMAGE function into the MANAGE FORMS section. It would be nice if we could insert an image next to a text box so people can directly compare an image with the text that they're inputting. The text box would align/justify itself properly to fit appropriately next to the image.

    I have created an image showing what I mean:
    http://gyazo.com/06d3123488036c90cdf91ff21ae6d852

    Thanks

    Posted 11 years ago #
  2. Saghalie
    Pro Member

    You can do this with CSS. Do a search on the for editing css, but you can also just edit the css file for your form.

    The form is located in (e.g. D:\xampp1.8.3\htdocs\machform\data\form_10928\css). <~~~ JUST an example, the relevant directory is in your machform installation under the data\form directories.

    You'll need to know the elements to work with as well, so assuming your form has li_4 as your text box you'll need to add a line in your CSS file called

    #li_4 {
       .... your image source here ....
    }

    Hope this helps

    Regards,

    Saghalie
    http://www.kcmhosting.com

    Posted 11 years ago #

RSS feed for this topic

Reply