Skip to main content

Changing help text based on input in a form?

  • April 19, 2024
  • 1 reply
  • 0 views

Hi! I'm trying to make it easier to check which cell phone carrier a person uses based on their phone number. Right now I have a formula I use, but formulas can't appear in forms

This is the formula I use:

 

IF({Phone Number} = BLANK(), '', CONCATENATE('http://www.carrierlookup.com/index.php/api/lookup?key=', {API Key}, '&number=', (SUBSTITUTE(SUBSTITUTE(SUBSTITUTE({Phone Number}, '(', ''), ') ', ''),"-",""))))

 

Is it possible to replicate this effect in any way in a form?

1 reply

ScottWorld
Forum|alt.badge.img+20
  • Brainy
  • 8752 replies
  • April 19, 2024

Fillout's advanced forms for Airtable allows formulas in forms.


Reply