Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Richard 146 posts 168 karma points
    Jan 07, 2009 @ 12:45
    Richard
    0

    Reading form values from QueryString - FireFox issue

    I have a XSLT that builds a set of drop down list items, select and option tags. When the form is submitted with FireFox 3.0.5 the url looks like:

    [code]http://sitename/pagename?skill=PR&sector=Construction&location=France[/code]

    with IE7 the URL is:

    [code]http://sitename/pagename?skill=PR&sector=Construction&location=France[/code]

    with just the ampersand character between the form elements and values, whereas FF3 is putting in &.

    This means that in the template [@location] is not picking up the value of location and in the macro the call does not get the value either.

    Anyone else seen this and have a solution?

    Thanks

  • Richard 146 posts 168 karma points
    Jan 07, 2009 @ 13:34
    Richard
    0

    I resolved this issue. The submit button was of type "button", when I changed it to a type "submit", the form behaved as instructed as a POST and values are read by standard Umbraco notation.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies