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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Can you add images to the Review Page?


  1. Al
    Member

    I am thinking that I might like add a simple animated arrow pointing to the submit button. (I've got some people who think that the entry is submitted already and close out the page before they submit it.)

    Posted 14 years ago #
  2. redityo

    Hi,

    You can do some small modification for this, edit view-functions.php and go to around line 2401 , you'll find these code :

    <input id="review_submit" class="button_text" type="submit" name="review_submit" value="{$lang['submit_button']}" />

    then put IMG tag to show the images, exactly bellow that line. For example :

    <input id="review_submit" class="button_text" type="submit" name="review_submit" value="{$lang['submit_button']}" />
    <img src="your_image_path/arrow.gif" />

    MachForm Support

    Posted 14 years ago #
  3. Al
    Member

    Oops! Forgot to say thanks! It worked perfectly! Thank you!

    Posted 14 years ago #

RSS feed for this topic

Reply