• Resolved amstaff

    (@amstaff)


    Hi and thanks so much for your great plugin. I’m using GF v1.9.4.4 and the last version of GFSticky List v1.2.12. All works fine but I noticed two different issue.

    When I try to view (in frontend) an archived entry (generated from a form that use “steps”), I’m only able to see the first step of the form and the “next” button (to second step) is disable and not clickable.

    Instead when I try to edit an archived entry (generated from a form that use “steps”), I’m able to see all steps of the form because the “next” and “previous” button works fine in “edit mode” but if I edit a field, changes are not saved. (i have all permission to edit it)

    When I edit entry generated from simple form (without “steps”) all works fine.

    Just another question… there is a way to insert a column in frontend entries table list to show an icon or link to download the pdf (as for backend).

    Thanks for your attention

    https://ww.wp.xz.cn/plugins/gravity-forms-sticky-list/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    Hi there amstaff, thank you for your nice words. If you read the plugin description you will see that editing/viewing forms that use steps (save and continue) are not supported. This is on the roadmap but there is so timeframe.

    Regarding your second question; this can be easily achieved using CSS:

    .stickylist-fileupload a {
    	display: inline-block;
    	padding-left: 30px;
    	background: url(/img/icon.png) left center no-repeat;
    }

    For the above code to work you need to make sure that links are clickable (using the Sticky List settings) and adjust the url of the background image.

    Thread Starter amstaff

    (@amstaff)

    Thank you so much!!!!!

    Plugin Author fried_eggz

    (@fried_eggz)

    No problem! If you like the plugin, please consider posting a short review.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem when try edit and view forms that use steps’ is closed to new replies.