Endpoint URL post data converts the uppercase to lowercase.

  • outaTiME
    Asked on May 30, 2019 at 2:08 PM

    Hi guys, 

     

    I'm using this feature but the submitted data converts to lowercase the unique field name, I need to preserve the case, is this an issue ?

     

    Thanks !!!

  • stevenmarshall
    Replied on May 30, 2019 at 3:28 PM

    Hi @outaTiMe,

    I apologize for the inconvenience you are experiencing.

    I cloned your Form ID: 91476113042651 to take a look. I Changed the redirect URL. Then after submit was able to see the post submission data. 

    1559243940Screen%20Shot%202019 05 30%20a Screenshot 10

    1559244048Screen%20Shot%202019 05 30%20a Screenshot 21

    Guide: How-to-Post-Submission-Data-to-Thank-You-Page

    Can you clarify, the question: I'm using this feature but the submitted data converts to lowercase the unique field name, I need to preserve the case, is this an issue ? 

    Can you send us a screenshot of the submitted data converting to lower case to further look into this issue you are having?


    Guide: How-to-Post-Screenshots-to-Our-Support-Forum

  • outaTiME
    Replied on June 4, 2019 at 8:33 PM

    Hi Steve,

    sorry for the delay, here are some screenshots about lowercase convertion when submission, PHP is case sensitive when took parameters by post.

    In form definiton i have one hidden field "templateId" (in THAT case), here the submission request:

    https://api.jotform.com/submission/4355024939978875282

    1559694728Screen Shot 2019 06 04 at 21 Screenshot 10

    And here the post data to thank you page:

    1559694772Screen Shot 2019 06 04 at 21 Screenshot 21

    I am currently using an existing PHP application and I can not change it, will be great to solve this, it could be possible?


    Thanks !!!




  • Jed_C
    Replied on June 5, 2019 at 12:00 AM

    This behavior seems to be expected as other user already reported this to us in the past. You can check this previous thread https://www.jotform.com/answers/1152581.

    My colleague submitted a feature request, but that doesn't guarantee that it will be implemented. The workaround provided by my colleague was to use PHP strtoupper() Function to convert text into uppercase.

    Reference guide: https://www.w3schools.com/php/func_string_strtoupper.asp