Appnitro Software Forums » MachForm

Can you add images to the Review Page?

(3 posts)

  1. 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 2 years ago #
  2. 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" />
    Posted 2 years ago #
  3. Oops! Forgot to say thanks! It worked perfectly! Thank you!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.