Forum Discussion
BlakeHarrison
5 years agoQrew Captain
Are you using these with the in-product Exact Forms or with Juiced's Add-on, Exact Forms+ ?
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quickbase Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quickbase Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
- MeredithMoore55 years agoQrew Assistant CaptainThis is just straight-up Exact Forms no special add-ons needed.
------------------------------
QuickBase Girl
------------------------------ - MeredithMoore55 years agoQrew Assistant Captain
Oh, and for those peeps wondering about nested IF statements in your Exact Form:
~=if(f['67'] == 'Spouse/Partner (Esposa/Pareja) (Konjwen / patne)'){'Spouse/Partner';} else if(f['67'] == 'Parent/Grandparent (Padre/Abuelo) (Paran / Granparan'){'Parent/Grandparent';} else if(f['67'] == 'Child/Grandchild (Hijo/Nieto) (Pitit / pitit pitit)'){'Child/Grandchild';} else if(f['67'] == 'Brother/Sister (Hermano/Hermana) (Fre / Se)'){'Brother/Sister';} else if(f['67'] == 'Uncle/Aunt (Tio/Tia) (Tonton / Matant)'){'Uncle/Aunt';} else if(f['67'] == 'Friend/Roommate (Amigo/Companero) (Zanmi / ko lokate)'){'Friend/Roommate';} else if(f['67'] == 'Other (Otros) (Lot)'){'Other';}~
------------------------------
QuickBase Girl
------------------------------ - MeredithMoore55 years agoQrew Assistant Captain
Also, here is my best Exact Form Page Break code:
<p style="page-break-before: always"></p>
------------------------------
QuickBase Girl
------------------------------