Jump to content
  • 0

Creating Name Field From First And Last Name


jnordstrand

Question

6 answers to this question

Recommended Posts

  • 0

Hi @jnordstrand,

 

You can also concatenate or combine two fields into one field using a formula field. In your table set your "Name" field as Formula and perform the calculation.

Look at this screenshot:

image.png.fa1a8395ab55b9948acf7522c19f79da.png

 

Another thing, calculations in submission form is now available in the current platform. It does not require custom coding anymore.

Please refer to this link: https://howto.caspio.com/datapages/datapage-components/calculated-values/

 

Regards,

kristina

Link to comment
Share on other sites

  • 0

Hi there, for those you would like to separate the full name into first and last name, you may want to check this forum post. This is accurate and helped me a lot. 

then for your function reference. use this: https://howto.caspio.com/function-reference/ 

Lastly, for you to add a formula field in a Table and concatenate values into one field, try this: https://howto.caspio.com/tables-and-views/data-types/formula-fields/

 

Link to comment
Share on other sites

  • 0

Hi,

You can concatenate or concatenate your field for First Name and Last Name using the following formula:

[@field:First_Name] + ' ' + [@field:Last_Name] 

You can modify the character between these two fields by replacing the space character between the single quotes with your desired character. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...