Skip to content
Snippets Groups Projects
create.pug 1.71 KiB
Newer Older
h2 Request a ressource

p You can't find a resource you are looking for ? You need resources to acquire certain skills or progress in your cooperative developement ? It can be a book, a document model, a tutorial, anything you need, make a request to our mentors so they know how to help you.

 sib-form#resource-creation-form(
        data-src=`${endpoints.requests}`
        fields="mandatory_information(header_mandatory, name, description, country, language),\
                complementary_information(header_complementary, field, organisation, skills)"
        
        widget-header_mandatory='cs-section_header'
        widget-header_complementary='cs-section_header'

        range-language=`${endpoints.languages}`
        range-field=`${endpoints.fields}`
        range-organisation=`${endpoints.organisations}`

        label-header_mandatory='Mandatory information'
        label-header_complementary='Complementary information'

        label-name='Title*'
        label-description='Description'
        label-language='Language*'
        label-country='Country*'
        label-field='Field*'
        label-organisation='Organisation'
        label-skills='What do you need to learn with this resource ?'
        
        multiple-field='sib-multiple-select'
        widget-field='sib-form-auto-completion'

        multiple-language='sib-multiple-select'
        widget-language='sib-form-auto-completion'

        widget-description='sib-form-textarea'
        widget-skills='sib-form-textarea'
        widget-organisation='sib-form-auto-completion'

        submit-button='Send request'
        next="entrepreneur-request-validation"
    )

 sib-link(class="backlink", next="entrepreneur-resource-list") Back to the dashboard