Skip to main content

Button wont pass data on mobile

  • September 13, 2024
  • 1 reply
  • 14 views

Forum|alt.badge.img+1

I'm using a public airtable view with a button that passes data to a web form. Works on desktop but not on mobile.

looks like this:

 

ENCODE_URL_COMPONENT({Deal Name}) &
"&new=" &
ENCODE_URL_COMPONENT({Current Bid Value}) &
"&id=" &
ENCODE_URL_COMPONENT(DealID)
 
I had to flatten a lookup cell and turn it into {Current Bid Value}, which works. But for some reason on mobile it clears the query string. It should pass something like this: https://myurl.com/bid/?bid=Joel&new=120000&id=recaAB2Q4b8H2iYgL 
 
Instead of: https://myurl.com/bid/ any suggestions?

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

That's super weird!  I tried replicating it and tested a button field in a public view and it passed the params fine on mobile, sorry I can't be of more help.  And you can try it out here in case that's helpful!