• Resolved siddiquemahsud

    (@siddiquemahsud)


    I’m able to include file uploader in a custom twig form, but not able to include file uploder in an existing form (using an existing crm form that also have the timeline, but no uploader is showing in WP page).
    below is the code i’m using

    [msdyncrm_twig]
    
    {% form entity="contact" name="WP - Portal - New Applicants4" mode="create" attachment="true" attachment_label="Upload a file" default={ "cat_registrationsubmitted":"Yes", "new_newmemberflag":"Yes" } %}{% endform %}
    
    [/msdyncrm_twig]
Viewing 1 replies (of 1 total)
  • Thread Starter siddiquemahsud

    (@siddiquemahsud)

    twig form {% form %} only supports attachments using custom layout. If you want to use CRM form with attachment option, use [msdyncrm_form] shortcode instead. https://docs.alexacrm.com/wpcrm/forms/

    [msdyncrm_form entity="lead" name="Contact Us" mode="create" captcha="true" message="Thanks!" attachment="true" attachment_label="Upload a file" hide_form="true"]
Viewing 1 replies (of 1 total)
  • The topic ‘How to include file uploader in a twig form, I need to use an existing CRM form’ is closed to new replies.