Access K2 SmartForm CSS


Badge +3

Hi K2 Community,

 

I am attempting to access the CSS page for K2. I am having trouble finding and accessing the CSS file. Can I get help or guidance in finding the CSS file?

 

Thanks,


4 replies

Badge +2

I think this is what your looking for. It looks old 1.0.3 but i would see if it works


 


http://help.k2.com/en/k2smartforms1.0.3help.aspx?page=creating_a_custom_theme.html

Badge +4

Hi Julio11, Kevinf,


 


Please look at the below is the newest documentation regarding this:


 


It is the same documentation as provided by “kevinf” with extra content from the Smartforms {1.0.5} the same should still apply to Smartforms {1.0.6}


 


http://help.k2.com/en/k2smartforms1.0.5help.aspx?page=creating_a_custom_theme.html


 


Below is also a theme builder that can be used:


 


http://community.k2.com/t5/K2-blackpearl/K2-smartforms-Theme-Builder/ba-p/1095


 


 


“PLEASE NOTE THAT THIS IS NOT SUPPORTED BY K2 SUPPORT. {As it custom}”


 


HTH


 


Regards


Quintin

Userlevel 4
Badge +13

Hi Julio


 


Just to get clarification on this issue that you are experiencing. The CSS that you are struggling to locate... is this CSS for the Themes used in K2 Designer or are you talking about something different. Please give more information for us to give a accurate response/solution.


 


Kind Regards


Raymond

Userlevel 4
Badge +13

Hi Julio11,


 


I would suggest that if you require to add some additional custom html to a view or form (this can contain inline styling which resembles css code) that you make use of data labels, as you can drag a data label into your view or form and add the html code in the text property of the data label. Doing this will create the object specified in the html code embedded in the data label for Example: I added the following piece of html code to a data label which rendered a textbox in my view that opens and directs me to the inputted .com site in a new browser tab.


<input placeholder="Website"onChange="document.getElementById('concat').value='https://www.'+this.value+window.open('https://www.'+this.value+'.com')"/>


 


Note that the html that can be added into the data label is limited to 255 characters.


I hope this is worth some help in what you need to achieve.


 


Please do note that custom code andor any custom changes are not directly supported by K2 product support.


 


Kind Regards,


Raymond

Reply