• rocke

    (@shashibhushan)


    I am using “contact-form-manager” Plugin for my inquiry page

    i have many field but need help in 2 place of field

    Textbox and Select option

    all is working fine , from back end i can create forms, and its displaying properly in front end

    But there is some change i need to do :

    localhost/project/?page_id=56&motion=aamir-khan&id=2 – where “?motion” is my custom Taxonomy , not custom post . AND pageid=56 is my inquiry page

    Send Details about Motion hence when i come to inquiry page

    my textbox should be fill be : aamir-khan ( as per motion taxnomy )
    and my select option should be selected as : motion ( as per id:2 )

    as i have already pass two parameter through above link

    How i can do the same

    https://wordpress.org/plugins/contact-form-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rocke

    (@shashibhushan)

    Just i want that,

    when some click localhost/project/?page_id=56&motion=aamir-khan&id=2

    and come to my inquiry page as above link pageid=56 is my inquiry page itself

    then my 2 field i:e Textbox and Select (option)

    should be fill as per URL parameter (query string ) as :

    my textbox should be fill as : aamir-khan ( as per motion taxnomy )
    and my select option should be selected as : motion ( as per id:2 )

    pls help me

    Plugin Author f1logic

    (@f1logic)

    you need to code the same using javascript

    you can make the js code for that insert it to form content using insert html snippet plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom – Parameter direct’ is closed to new replies.