• Resolved moni

    (@muneeba)


    Hi I am using Cfdb data table shortcode is :
    [cfdb-datatable form=”Refugee Form” show=”Submitted,FName,Lname,Mname,maleorfemale,date-dob,Address,City,State,Zip,Email,Phone,SuposeName,Familyid” headers=”Submitted=Submitted-Time,FName=Name,date-dob=DOB,maleorfemale=Gender,Address,City,State,Zip=Address,Email=Email,Phone=Phone,SuposeName=Spouse,Familyid=Details” orderby=”name”]

    I want that Fname+Lname+Mname=Name show in Name cloumn and Address+city+state+zip= Address show in Address column and rest of the thing as it is .. I want to combine diffrent cells data in one cell and show in table how can I do it ?

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Use the “concat” transform to combine fields like this:

    [cfdb-datatable form="Refugee Form" trans="Name=concat(FName, ,Lname, ,Mname)&&Address=concat(city, ,state, ,zip)"
    
Viewing 1 replies (of 1 total)
  • The topic ‘Combine 3 column data in one column in table’ is closed to new replies.