Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kcsf

    (@kcsf)

    correction on the example:

    url_forward_variable=”bizname,name|bizaddress,address,bizzip,zip|bizphone,phone”

    which…would effectively translate the incoming url parameter “&bizname=CompanyName” to “&name=CompanyName”

    Thread Starter kcsf

    (@kcsf)

    oops:

    url_forward_variable=”bizname,name|bizaddress,address|bizzip,zip|bizphone,phone”

    Plugin Author mdempfle

    (@mdempfle)

    Hi, The first question is – can you change name to bizname in the calling page.
    A kind of mapping seems really be the best solution as the list of reserved words are quite big.

    I don’t want to rely on another plugin for parsing as this is not really a huge effort and I don’t know which bugs or restrictions are on the other plugin if I would eveluate the other plugin…

    I can do a custom solution in the pro version for you if you like.

    Best, Michael

    Plugin Author mdempfle

    (@mdempfle)

    And the variable would than something like this:

    “bizname|name,bizaddress|address,bizzip|zip,bizphone|phone”

    First the paramater from the url and than seperated by | the one passed to the iframe…

    Thread Starter kcsf

    (@kcsf)

    Excellent,
    That is very much appreciated captain…and your variable string makes better sense.

    We just purchased the plugin at codecanyon (username: kcsf). Please let us know when you might have something ready to test.

    uRock!

    Plugin Author mdempfle

    (@mdempfle)

    Hi. I already have this on my local version which will be 5.3 soon.
    I currently do test everything in the pro demo. So when I’m done with this I will release this.

    Best, Michael

    Thread Starter kcsf

    (@kcsf)

    Fantastic…can you send us a copy? It’s kind of urgent…or should we download the pro demo (where do we get it)?

    Thanks again..

    Plugin Author mdempfle

    (@mdempfle)

    you need to contact me over codecanyon. Otherwise I don’t see who has purcased the item.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘URL Forward Parameter: name – returns 404’ is closed to new replies.