jnordstrand Posted December 10, 2013 Report Share Posted December 10, 2013 Can someone help me to create a "Name" field by combining First Name and Last Name Automatically? Anthonyjulk 1 Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted December 10, 2013 Report Share Posted December 10, 2013 When you add the data to the table through a submission page you can use this script to combine first and lastname: http://forums.caspio.com/index.php/topic/3200-js-concatenatecombine-two-fields-into-one-field/ Quote Link to comment Share on other sites More sharing options...
0 jnordstrand Posted December 11, 2013 Author Report Share Posted December 11, 2013 It is not working for me. Is a Capture Web Form and Submission Form? Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted December 18, 2013 Report Share Posted December 18, 2013 Capture web form can be an update page or submission page which one you have? Can you give me the link to the page to take a look at the code? Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted October 24, 2018 Report Share Posted October 24, 2018 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: 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 Quote Link to comment Share on other sites More sharing options...
0 RuisiHansamu Posted March 13 Report Share Posted March 13 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/ Quote Link to comment Share on other sites More sharing options...
0 Queso Posted March 18 Report Share Posted March 18 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. Quote Link to comment Share on other sites More sharing options...
Question
jnordstrand
Can someone help me to create a "Name" field by combining First Name and Last Name Automatically?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
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.