• Resolved waleedt93

    (@waleedt93)


    I want select dropdown of custom post type in awesome support ticket submission form. Is it possible?

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

    (@awesomesupport)

    Hi:

    There are doaction hooks before the submit button that you can use to add in your custom code to show the drop-down. There are no pre-configured custom field types that would allow you to show a CPT though – you had to write your own code to do that on the form.

    Thanks.

    Thread Starter waleedt93

    (@waleedt93)

    Hi
    Thanks for your answer. I was already aware that its only possible through writing my own code. I already tried a lot but couldn’t do so. Can you please guide how can i get this?through a select field including a call back function? if yes then what is it and how i can?
    Also is it possible through any Awesome Support add on?

    Thanks

    Plugin Author awesomesupport

    (@awesomesupport)

    The do-action hook you would need is wpas_submission_form_inside_before_submit.

    As far as creating a dropdown selection for a custom post type, that’s probably a question best posted on a general WP development forum – this forum is just for things specific to Awesome Support.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts select Field on Ticket Submission Form’ is closed to new replies.