Tired of boring forms? MakeForms takes your data collection to the next level: 1️⃣ Input Field: Require answers, guide users with tooltips, and limit responses for precision. 2️⃣ Number Field: Set age limits, restrict digits, or pre-fill values via URLs—perfect for clean, structured data. 3️⃣ Text Area: Great for feedback and long responses. Control the flow with character limits and adjustable field sizes. From basic fields to data powerhouses—transform your forms with ease and precision. 👉 Ready to build smarter forms? Visit https://lnkd.in/gme6-DJR and explore the possibilities today! #makeforms #formbuilder #datacollection #inputfields #numberfields #textarea #digitaltools #userexperience #formdesign #smarterforms #nocode
MakeForms’ Post
More Relevant Posts
-
Day 2 learning Today i learned about for loop and where i can use them and also i learn if and else condition to perform specific calculation based on given data #letsconnect #dart #flutter #developer #appdeveloper
To view or add a comment, sign in
-
🌍 𝗚𝗹𝗼𝗯𝗮𝗹 𝗙𝗼𝗿𝗺𝗮𝘁𝘁𝗶𝗻𝗴 𝗠𝗮𝗱𝗲 𝗘𝗮𝘀𝘆 𝘄𝗶𝘁𝗵 𝗜𝗙𝗼𝗿𝗺𝗮𝘁𝘁𝗮𝗯𝗹𝗲 𝗶𝗻 .𝗡𝗘𝗧 𝟴 𝗳𝗼𝗿 𝗘𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻𝘀 💼 Explore the IFormattable in .NET 8 and revolutionise your global enterprise applications. By formatting data to suit users worldwide, IFormattable simplifies your coding process and enhances the user experience. 𝟭. 𝗚𝗹𝗼𝗯𝗮𝗹 𝗨𝗫 🌐 - Tailored data presentation for local users. 𝟮. 𝗟𝗲𝘀𝘀 𝗖𝗼𝗱𝗲 📉 - Manual global coding? No longer needed! 💰 With the Money class example, display $1,234.56 for US users, and €1.234,56 for German ones. ✅ Through unit testing, IFormattable guarantees reliability and extensibility. Try IFormattable now! Share your experiences and tips in the comments below 👇 Cheers! 👋 #softwareengineering #csharp #dotnet #softwaredeveloper
To view or add a comment, sign in
-
Dashboards in Graphileon can now include repeating layouts! We added this new combination of our Iterate and LayoutView functions to enable the comparison groups. As you can see at the bottom of the picture, we remain true to our approach and motto: "Your application is a graph". #lowcode #nocode #graphdatabases #neo4j
To view or add a comment, sign in
-
Dashboards in Graphileon can now include repeating layouts! We added this new combination of our Iterate and LayoutView functions to enable the comparison of groups. As you can see at the bottom of the picture, we remain true to our approach and motto: "Your application is a graph". #lowcode #nocode #graphdatabases #neo4j
To view or add a comment, sign in
-
Did you know that you can simulate the power? There are many good software solutions for calculating the sample size or power: G*Power, nQuery, R etc. Sometimes, however, it is practical to simulate the power yourself. Especially with complicated study designs, a simulation is faster than searching forever for the right literature or software. Here is how to proceed with the simulation: 1️⃣ Simulate data with flexible n, as well as the assumed distributions and effects 2️⃣ Apply the test several times for several n on the data 3️⃣ Count the cases for each n where the test was significant and non-significant 4️⃣ The proportion of significant cases represents the power related to the n What are your experiences with power simulation? Here is an example in R for the t-test: n<-64; set.seed(20241104);erg<-NULL;s<-10000;pw<-NULL for(u in 30:n){ for(i in 1:s){erg[i]<-t.test(c(rnorm(u,0,2),rnorm(u,1,2))~ c(rep(1,u),rep(2,u)))$p.value; print(c(i,s,round(i/s*100,1),u))} erg.c<-ifelse(erg<0.05,1,0); pw[u]<-round(table(erg.c)/s*100,1)[2]} erg<-na.omit(data.frame(x=c(1:u),y=pw)) plot(erg$x,erg$y, type = "l",col="blue",lwd=2, ylab = "Power[%]",xlab = "n") power.t.test(delta=1,sd=2,sig.level = 0.05, type = "two.sample", alternative = "two.sided", power = 0.8) #statistics #rstats
To view or add a comment, sign in
-
from sklearn.datasets import make_moons, make_circles X,y = make_moons(n_samples=1000, noise = 0.05, random_state=0) plt.figure(figsize=(20,20)) plt.subplots_adjust(bottom=0.05, top=0.9, left=0.05, right=0.95) plt.subplot(321) plt.title("LINEAR DATA GENERATION" , fontsize = "small") plt.scatter(X[:,0], X [: , 1], marker ="o" , c=y , s=40 , edgecolor= "k") plt.show()
To view or add a comment, sign in
-
Day#2: Learning of Appsmith tool How to display data in Table widget & customise table view using properties & styling 1. Tried table view using properties & styling , adding customised columns, rearranging columns & hiding columns 2. Drill down view from table - Add new column in used Table widget - Name Column as “View” - Go to setting of View columns - Select Data Column Type as “button” >> Text “View” - Onclick property of of button call / use “Modal” widget which will require to view the specific details - On Modal use data binding of triggered row from table widget {{TableViewAllUsers.triggeredRow.status}} 3. Search & Filter data in table Search by text Prepare API query in Appsmith query tab Query: /public/v2/users?id={{TableViewAllUsers.searchText}} UI: Table widget >> onSearchTextChanged event Run Query => {{SearchTable.run()}} We can able to search data in table using Textsearch 4. Set table cell background colour according to data condition set Table>> Status Coulmn>> Styling>> Background colour property write given JS code Using JS=> {{currentRow.status === "active" ? "#a1edca" : "#fcc692"}} #100DaysOfAppSmith #Appsmith #LowCode #100DaysOfLowCode
To view or add a comment, sign in
-
𝐓𝐞𝐬𝐭𝐫𝐢𝐠'𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐢𝐯𝐞 𝐒𝐨𝐥𝐮𝐭𝐢𝐨𝐧𝐬 empower faster #testautomation by writing cleaner #BDD with pre-defined steps, utilizing JSON for locators, and more.... In this post, we have shared a few automotive #approaches that we have implemented for our #client. Learn More.... #testrig #automation #softwareengineer #testsetup #jsonformat #scriptingtime #graphapi #datavalidation #outlook #email #printbox #ui #autoit #robust #data #letsconect #learnmore #solutions #unique #approach #automationtest #technologies #tools #qualityassurance #digitalquality #excel #tests #scenerio #testsetup #word #pdf #filereader #featurefiles #workflow
To view or add a comment, sign in
-
#100DaysOfCode Day 27 project miles to km converter: ''' GUI code using TKinter to conver Miles to Kilometres Form layout r0 c1 input area, r0 c2 label Miles r1 c0 text 'is equal to' r1, c1 label with response r1 c2 text 'KM' r2 c1 Button Calculate. Formula: multiply by 1.60934 ''' from tkinter import * def calc() -> None: ''' Do the conversion ''' mls = float(inp.get()) kms = round(mls * 1.60934, 2) calced.config(text=kms) # Tutor change the kms to a string as she said that it needs to be a string # Works for me without setting to a string window = Tk() window.title('Miles to Kilometres Converter') window.minsize(width=400, height=200) window.config(padx=25, pady=25) # Position label with invitation to enter data, # Not part of challenge but don't like the empty space # on the layout and no clue what the input area is for. mess = Label(text='Please enter KMs') mess.config(padx=15, pady=15) mess.grid(row=0, column=0) # Positon the input (Form layout r0 c1 input area): inp = Entry(width=10) inp.grid(row=0, column=1) inp.focus() # Position label Miles (r0 c2 label Miles): miles = Label(text='Miles') miles.config(padx=15, pady=15) miles.grid(row=0, column=2) # Position is equal.. (r1 c0 text 'is equal to' r1, c1): equ = Label(text='Is equal to:') equ.config(padx=15, pady=15) equ.grid(row=1, column=0) # Position response label (r1 c1): calced = Label(text='0', width=10) calced.config(padx=15, pady=15) calced.grid(row=1, column=1) # Position text label KM (r1 c2 text 'KM'): km = Label(text='KM') km.config(padx=15, pady=15) km.grid(row=1, column=2) # Position button (r2 c1 Button Calculate): calculate = Button(text='Calculate', command=calc) calculate.config(padx=15, pady=15, width=20) calculate.grid(row=2, column=1) window.mainloop()
To view or add a comment, sign in
-
#include <iostream> #include<string> #include<cctype> #include<vector> using namespace std; int row[4]={-1,1,0,0},col[4]={0,0,-1,1}; string dir="udlr"; bool valid(int i,int j,int n,vector<vector<int>>matrix){ if(i>=0&&i<n&&j>=0&&j<n&&matrix[i][j]){ return 1; } return 0; } void total(vector<vector<int>>matrix,int i,int j,int n,string &path,vector<string> &ans,vector<vector<bool>>visited){ visited[i][j]=1; //cout<<"1"<<endl; if(i==n-1&&j==n-1){ ans.push_back(path); return; } for(int k=0;k<4;k++){ // cout<<"2"<<endl; if(valid(i+row[k],j+col[k],n,matrix)&&!visited[i+row[k]][j+col[k]]){ path.push_back(dir[k]); //cout<<"3"<<endl; total(matrix,i+row[k],j+col[k],n,path,ans,visited); //cout<<"4"<<endl; path.pop_back(); } //cout<<"5"<<endl; }visited[i][j]=0; //cout<<"4"<<endl; } int main() { // Write C++ code here // cout << "Try programiz.pro"; int n=4,i=0,j=0; vector<vector<int>>matrix { { 1, 0, 0, 0 }, { 1, 1, 0, 1 }, { 1, 1, 0, 0 }, { 0, 1, 1, 1 } }; vector<vector<bool>> visited(n,vector<bool>(n,0)); string path; vector<string> ans; total(matrix,i,j,n,path,ans,visited); for(int l=0;l<ans.size();l++){ cout<<ans[l]<<endl; } return 0; } #_DSA #_learn_dsa365dayschallenge #_backtrack #_rat_in_maze #_coder_army #_needparttimejob #_collegestudent
To view or add a comment, sign in
117 followers