Help

Pre-fill multiple form fields using button field

Topic Labels: Formulas
1693 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Mohamed_Moustaf
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi,

I have a real problem dealing with the button field’s open URL feature & also the formula field.

What I’m trying to do is to pre-fill two form fields by clicking a button.
What I did is I followed your tutorials to create the formula for the button field, but it throws an error that the formula is not right.

My formula is:
VIEWLINK&prefill_Scheduled+Session={Scheduled%20Session}&prefill_Task+Number={Task%20Number}

I don’t know exactly where is the error is, I tried replacing the (+) sign with “%20” and tried putting “” before and after the URL, and also tried to replace the “&” after the URL to “?”.

I just want to prefill these two fields when I click on the button and leave other fields to be populated manually. How can I do that?

Thanks,

1 Reply 1
Mohamed_Moustaf
5 - Automation Enthusiast
5 - Automation Enthusiast

I tried something and it worked out. Thanks anyways.

Here’s the solution if someone has the same problem:

“FORMLINKHERE?prefill_First+Field=” & {Field Name} & “&prefill_Second+Field=” & {Field Name}

and so on, fill as many fields as you need.