Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsamblue
    • CommentTimeFeb 20th 2008 edited
     
    There needs to be a few more options for repeatable items - starting with the "links" to add/remove items. This text should be customizable, or maybe the "green plus" and "red x" icons in the form builder should be used, with hint text beside them.
    • CommentAuthorcedsav
    • CommentTimeFeb 21st 2008
     
    Hi,

    Thank you for your suggestion. The text customization will be available in the next update to the Form Builder, scheduled for the end of the month.

    The icon can be added using the following custom css:

    <style type="text/css">
    .duplicateLink {
    background-image: url('images/add.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    }
    .removeLink {
    background-image: url('../images/icon_delete.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    }
    </style>

    Simply copy&paste this code in the 'custom code' field in the Form Builder (form's advanced properties panel).
    More info on customization here:http://app.formassembly.com/pages/support/customization/#lookandfeel
    • CommentAuthorepschaffer
    • CommentTimeMar 21st 2008
     
    Are the background-images, located in different directories? ;-) Just kidding!
    Copying the code and changing the Urls to the same directory, both ways, does not bring up an image.
    • CommentAuthorepschaffer
    • CommentTimeMar 21st 2008
     
    In a next release, at your own time, it might be handy to be able to pick or upload a back-ground image.

    Imo it might also be useful to have the form designer indicate if when a question is repeated, the answer should be unique. (Except of course when a question remains unanswered.)

    I have not been able to limit the number of repeats, but that might be my mistake, might I suggest to have a spinner or input field indicating the max. nu of repeats?